|
@@ -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 => {
|