|
@@ -274,7 +274,7 @@
|
|
|
this.$api.doRequest('get', '/settledCompanyInfo/selectSettledCompanyInfo', {
|
|
|
mainBusinessType: this.mainBusinessType,
|
|
|
pageSize: this.pageSize,
|
|
|
- currentPage: 1,
|
|
|
+ currentPage: this.currentPage,
|
|
|
pcFlag: 2,
|
|
|
searchType: 2,
|
|
|
location:that.position.cityname
|
|
@@ -306,6 +306,7 @@
|
|
|
} else {
|
|
|
this.mainBusinessType = ''
|
|
|
}
|
|
|
+ this.currentPage=1
|
|
|
this.getInfo()
|
|
|
this.mainBusinessTypeKey = item.value
|
|
|
},
|