浏览代码

前端gjy

gjy 3 年之前
父节点
当前提交
21322eb7ca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/grain_pulse/record.vue

+ 2 - 2
pages/grain_pulse/record.vue

@@ -225,7 +225,7 @@
 				this.$api.doRequest('get', '/settledCompanyDynamics/selectSettledCompanyDynamicsPage', {
 					currentPage: 1,
 					pageSize: 10,
-					loginPhone: this.userInfo.phone,
+					phone: this.userInfo.phone,
 					searchType: this.searchType
 				})
 				.then(res => {
@@ -248,7 +248,7 @@
 					this.$api.doRequest('get', '/settledCompanyDynamics/selectSettledCompanyDynamicsPage', {
 							currentPage: this.currentPage,
 							pageSize: this.pageSize,
-							loginPhone: this.userInfo.phone,
+							phone: this.userInfo.phone,
 							searchType: this.searchType
 						})
 						.then(res => {