取消账号限制的范围
This commit is contained in:
@@ -40,7 +40,7 @@ export default {
|
||||
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root)
|
||||
},
|
||||
root() {
|
||||
return this.urlParams.areaId || this.user.areaId || this.$areaId
|
||||
return this.urlParams.areaId || this.$areaId
|
||||
},
|
||||
pending() {
|
||||
return this.list?.map(e => ({...e, levelLabel: this.levelLabels[e.type]})) || []
|
||||
|
||||
Reference in New Issue
Block a user