From 8bed02003ddf1fc77f7126d0b85d0165d9d3d435 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 25 Mar 2026 16:41:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E6=B7=BB=E5=8A=A0=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E9=80=89=E6=8B=A9=E5=90=8E=E6=8F=90=E4=BA=A4=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/user/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/views/system/user/index.vue b/apps/web-antd/src/views/system/user/index.vue index f2a5fb0a0..f398f3c56 100644 --- a/apps/web-antd/src/views/system/user/index.vue +++ b/apps/web-antd/src/views/system/user/index.vue @@ -214,6 +214,11 @@ async function handleChangeStatus(checked: SwitchProps['checked'], row: User) { function handleDeptSelect(keys: string[]) { selectDeptId.value = keys; + tableApi.formApi.submitForm(); +} + +function handleDeptReload() { + tableApi.formApi.resetForm(); tableApi.reload(); } @@ -224,7 +229,7 @@ function handleDeptSelect(keys: string[]) {