wgl 4 năm trước cách đây
mục cha
commit
77f70589b9
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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() {