This commit is contained in:
@@ -90,7 +90,8 @@ export default {
|
||||
},
|
||||
onLoad(options) {
|
||||
this.isManager = this.vuex_user?.roles?.[0]?.roleId < 3
|
||||
this.isNaomalUser = this.vuex_user?.roles?.[0]?.roleId >10
|
||||
// this.isNaomalUser = this.vuex_user?.roles?.[0]?.roleId >10
|
||||
this.isNaomalUser = false
|
||||
if (options.item) {
|
||||
const item = JSON.parse(decodeURIComponent(options.item));
|
||||
this.detail = item;
|
||||
|
Reference in New Issue
Block a user