|
@@ -162,6 +162,8 @@ async function addRole() {
|
|
|
store.dispatch("GetBasePermissionData", localStorage.loginAccountId);
|
|
store.dispatch("GetBasePermissionData", localStorage.loginAccountId);
|
|
|
store.dispatch("GetUserPermission", localStorage.loginAccountId);
|
|
store.dispatch("GetUserPermission", localStorage.loginAccountId);
|
|
|
router.replace("/authManage/roleList");
|
|
router.replace("/authManage/roleList");
|
|
|
|
|
+ // let id = route.query.roleId;
|
|
|
|
|
+ // getRoleDetail(id);
|
|
|
} else {
|
|
} else {
|
|
|
console.log(res);
|
|
console.log(res);
|
|
|
ElNotification({
|
|
ElNotification({
|