BUG 28406

This commit is contained in:
aixianling
2022-03-21 19:58:29 +08:00
parent adadbe6480
commit d30b483b56

View File

@@ -37,7 +37,6 @@ export default {
computed: {
...mapState(['user']),
dataRange() {
console.log(this.urlParams.all, this.urlParams.disabled)
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root)
},
root() {