Browse Source

【接口看板+store+job】角色页面优化开发

faster_AG_grid
安虹睿 1 year ago
parent
commit
a0e83ade63
  1. 4
      PC/InterFace.Dash/src/views/menuList/AbpIdentityMarkRoles.vue
  2. 1021
      PC/UI.WinIn.FasterZ.Job/src/views/menuList/AbpIdentityMarkRoles.vue
  3. 4
      PC/UI.WinIn.FasterZ.Store/src/views/menuList/AbpIdentityMarkRoles.vue

4
PC/InterFace.Dash/src/views/menuList/AbpIdentityMarkRoles.vue

@ -413,8 +413,8 @@ export default {
duration: 2000, duration: 2000,
}); });
this.treeLoading = false; this.treeLoading = false;
// //
if(this.multipleSelection[0].name == this.$store.getters.currentUserInfo.name){ if(this.$store.getters.currentUserInfo.roles.indexOf(this.multipleSelection[0].name) >= 0){
location.reload() location.reload()
} }
}).catch(()=>{ }).catch(()=>{

1021
PC/UI.WinIn.FasterZ.Job/src/views/menuList/AbpIdentityMarkRoles.vue

File diff suppressed because it is too large

4
PC/UI.WinIn.FasterZ.Store/src/views/menuList/AbpIdentityMarkRoles.vue

@ -413,8 +413,8 @@ export default {
duration: 2000, duration: 2000,
}); });
this.treeLoading = false; this.treeLoading = false;
// //
if(this.multipleSelection[0].name == this.$store.getters.currentUserInfo.name){ if(this.$store.getters.currentUserInfo.roles.indexOf(this.multipleSelection[0].name) >= 0){
location.reload() location.reload()
} }
}).catch(()=>{ }).catch(()=>{

Loading…
Cancel
Save