BUG 28406
This commit is contained in:
@@ -37,7 +37,6 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
...mapState(['user']),
|
...mapState(['user']),
|
||||||
dataRange() {
|
dataRange() {
|
||||||
console.log(this.urlParams.all, this.urlParams.disabled)
|
|
||||||
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root)
|
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root)
|
||||||
},
|
},
|
||||||
root() {
|
root() {
|
||||||
|
|||||||
Reference in New Issue
Block a user