pages/my-application/my-application.vue
@@ -340,7 +340,7 @@ // this.myApplication.pageNumber++; // 每触底一次 page +1 if (this.myApplication.title || this.myApplication.status || this.myApplication.result || this.myApplication.startTime || this.myApplication.endTime) { if(this.myApplication.pageNumber == 1){ this.shenqingData = response.data.records this.shenqingData = response.data.records; }else{ this.shenqingData = this.shenqingData.concat(response.data.records); }