qinhb il y a 1 an
Parent
commit
7939a44fa3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/system/user/index.vue

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

@@ -548,7 +548,7 @@ async function openDialog(type: string, row?: number) {
     // 用户导入弹窗
     dialog.title = "导入用户";
     dialog.width = 600;
-    loadDeptOptions();
+    await loadDeptOptions();
   }
 }