qinhb hace 1 año
padre
commit
7939a44fa3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
   }
 }