gjy 3 年之前
父節點
當前提交
68b2c7f70a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/grain_pulse/home.vue

+ 2 - 1
pages/grain_pulse/home.vue

@@ -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
 			},