From 0bdec38a64699d1c59abc78788ab757df4775dec Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Thu, 19 Oct 2023 11:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=89=B4=E5=AE=9A=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/fileAuth/authenticate/index.vue | 45 ++--------------------- 1 file changed, 4 insertions(+), 41 deletions(-) diff --git a/src/views/fileAuth/authenticate/index.vue b/src/views/fileAuth/authenticate/index.vue index 6b3d2150..dbdccbaa 100644 --- a/src/views/fileAuth/authenticate/index.vue +++ b/src/views/fileAuth/authenticate/index.vue @@ -24,44 +24,6 @@ - - - - - - - - - - - - - - - 搜索 { - this.list = response.list; - this.total = response.total; + getRecordPage(this.queryParams).then((response) => { + this.list = response.data.list; + this.total = response.data.total; this.loading = false; }); },