Selaa lähdekoodia

修改 初始化没有值

zhuwei 2 vuotta sitten
vanhempi
commit
844d1dd99b
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/views/system/user.vue

+ 2 - 1
src/views/system/user.vue

@@ -291,7 +291,8 @@ const addUserClick = () => {
     }
     postData.value = [{}]
     formModal.value = true
-    getSectionData()
+    getSectionData();
+    getUserDeptData();
 }
 
 //编辑用户信息