取消账号限制的范围

This commit is contained in:
aixianling
2022-03-21 22:17:39 +08:00
parent 8455e6e24a
commit db4fefd098

View File

@@ -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]})) || []