handleCommand(command, scope.row)" v-hasPermi="['system:role:edit']">
+
@@ -602,4 +602,4 @@ export default {
}
}
};
-
\ No newline at end of file
+
diff --git a/dangan-ui/src/views/system/user/index.vue b/dangan-ui/src/views/system/user/index.vue
index a01a16a..71656cc 100644
--- a/dangan-ui/src/views/system/user/index.vue
+++ b/dangan-ui/src/views/system/user/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -141,7 +141,7 @@
-
+
@@ -213,10 +213,23 @@
-
+
+
+
+
+
+
+
@@ -269,7 +282,7 @@
-
+
+
@@ -496,7 +509,7 @@ export default {
},
created() {
this.getList();
- this.getDeptTree();
+ // this.getDeptTree();
this.getConfigKey("sys.user.initPassword").then(response => {
this.initPassword = response.msg;
});