qinhb 1 anno fa
parent
commit
7939a44fa3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
   }
 }