wgl 4 anni fa
parent
commit
77f70589b9
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/projects/home/views/User/Role.vue

+ 3 - 3
src/projects/home/views/User/Role.vue

@@ -84,12 +84,12 @@
 				})
 			},
 			asynCallBack() {
-
+				//获取用户角色列表
+				this.getRoleList();
 			},
 		},
 		mounted() {
-			//获取用户角色列表
-			this.getRoleList();
+
 		},
 		destroyed() {