From 09bc719a611dc82e804f0934e59e05a89421ef72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com> Date: Sat, 1 Jan 2022 09:22:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(views/client/index.vue):=20=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E6=9F=A5=E8=AF=A2=E4=BC=A0=E5=8F=82=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/client/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/client/index.vue b/src/views/system/client/index.vue index 9cc115f3..57e7c1b1 100644 --- a/src/views/system/client/index.vue +++ b/src/views/system/client/index.vue @@ -157,7 +157,7 @@ const state = reactive({ const {loading, ids, single, multiple, queryParams, pageList, total, dialog, formData, rules} = toRefs(state) function handleQuery() { - listClientsWithPage(queryParams).then(response => { + listClientsWithPage(state.queryParams).then(response => { const {data, total} = response as any state.pageList = data state.total = total