Explorar el Código

更新 修改角色

wzh hace 3 años
padre
commit
31541af734
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/authManage/addRole.vue

+ 2 - 0
src/views/authManage/addRole.vue

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