From ffa63d8ab3188f31cd8ae7ad610da496f43a4def Mon Sep 17 00:00:00 2001 From: JINGYJ <1458671527@qq.com> Date: Mon, 8 Jul 2024 17:47:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=BB=BA=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=90=8E=E5=8F=AF=E4=BB=A5=E4=B8=8D=E6=89=8B=E5=8A=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=9C=A8=E6=96=B0=E5=BB=BA=E8=B4=A6=E6=88=B7=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=9F=A5=E7=9C=8B=E6=9C=80=E6=96=B0=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accountManagement/compontents/accountDrawer.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/systemManagement/accountManagement/compontents/accountDrawer.vue b/src/views/systemManagement/accountManagement/compontents/accountDrawer.vue index 51716e0..3fd65c1 100644 --- a/src/views/systemManagement/accountManagement/compontents/accountDrawer.vue +++ b/src/views/systemManagement/accountManagement/compontents/accountDrawer.vue @@ -47,6 +47,7 @@ watch( ) { getFlowDetails(props.updateFrom); } + getDeptManageLists(); } } );