From 3d7b36932ef34992996b251c1754500639f3ca86 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 29 Dec 2021 15:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E6=9F=A5=E8=AF=A2=E9=80=89=E6=8B=A9=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=90=8E=E5=88=86=E9=A1=B5=E5=8F=82=E6=95=B0=E5=88=9D=E5=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4edd8c0..f738e91 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -451,7 +451,7 @@ function getList() { /** 节点单击事件 */ function handleNodeClick(data) { queryParams.value.deptId = data.id; - getList(); + handleQuery(); }; /** 搜索按钮操作 */ function handleQuery() {