From 7d4adf0a2704bfafaee45e136813773265976209 Mon Sep 17 00:00:00 2001 From: wyx Date: Fri, 24 Feb 2023 18:25:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A1=AE=E5=AE=9A=E5=90=8E=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E7=BB=84=E7=BB=87=E6=A0=91=E9=80=89=E4=B8=AD=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index ab186c22..44f51d85 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -613,6 +613,7 @@ const closeDrawer = () => { visiable.value = false; stuData.value = []; nameSearch.value.keyword = ""; + selectedOrgKeys.value = []; }; function onLoadData(treeNode) { @@ -739,6 +740,7 @@ const resetStu = () => { //清空选择部门信息 const deleteDepSelect = () => { stuSelectKeys.value = []; + selectedOrgKeys.value = []; }; //重置组织 const resetOrg = () => {