diff --git a/pages/index/outsourcing/moreCloud.vue b/pages/index/outsourcing/moreCloud.vue index cd947c6..b4d3673 100644 --- a/pages/index/outsourcing/moreCloud.vue +++ b/pages/index/outsourcing/moreCloud.vue @@ -71,7 +71,12 @@ } }, methods: { - search() {}, + search() { + this.queryParams.pageNum = 1 + this.queryParams.pageSize = 10 + this.peopleList=[] + this.getList() + }, getList() { this.http.quickGet( `/tester/cert/cloudEmps?pageSize=${this.queryParams.pageSize}&pageNum=${this.queryParams.pageNum}&keyword=${this.queryParams.keyword}`,