ccj %!s(int64=3) %!d(string=hai) anos
pai
achega
6a3aea7dc7
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      pages/grain_pulse/my_grain_pulse.vue
  2. 1 1
      pages/grain_pulse/record.vue

+ 1 - 1
pages/grain_pulse/my_grain_pulse.vue

@@ -122,7 +122,7 @@
 					}
 				})
 				}else{
-					this.$api.doRequest('get','/settledCompanyInfo/myCollection',{phone:this.userInfo.phone,pageSize:this.pageSize,
+					this.$api.doRequest('get','/settledCompanyInfo/myCollection',{loginPhone:this.userInfo.phone,pageSize:this.pageSize,
 							currentPage: this.currentPage,pcFlag:2}).then(res => {
 					if(res.data.code==200){
 						this.datalist=this.datalist.concat(res.data.data.records)

+ 1 - 1
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 => {