wgl 4 年之前
父节点
当前提交
77f70589b9
共有 1 个文件被更改,包括 3 次插入3 次删除
  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() {