From f6145f483f61525b1c55a56661cbcb0dbe30a58a Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Wed, 29 May 2024 17:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=91=98=E5=B7=A5=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/outsourcing/moreCloud.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}`,