From 0d196e47e2abae91d798ec0cbf98303c0cc7b6b1 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 30 Apr 2024 22:04:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=87=8D=E7=BD=AE=E6=97=B6=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E5=B7=A6=E8=BE=B9=E9=83=A8=E9=97=A8=E6=A0=91=E9=80=89?= =?UTF-8?q?=E4=B8=AD=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/post/index.vue | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/views/system/post/index.vue b/src/views/system/post/index.vue index fa1c6dc..49b735b 100644 --- a/src/views/system/post/index.vue +++ b/src/views/system/post/index.vue @@ -28,7 +28,13 @@ - + @@ -63,7 +69,9 @@ 新增 - 修改 + 修改 @@ -106,7 +114,13 @@ - + @@ -278,6 +292,8 @@ const resetQuery = () => { queryParams.value.pageNum = 1; queryParams.value.deptId = undefined; deptTreeRef.value?.setCurrentKey(undefined); + /** 清空左边部门树选中值 */ + queryParams.value.belongDeptId = undefined; handleQuery(); };