同步异常
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
appName: "选择地区",
|
||||
computed: {
|
||||
dataRange() {
|
||||
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root)
|
||||
return this.all || this.disabled ? 0 : this.getAreaType(this.root)
|
||||
},
|
||||
root() {
|
||||
return this.areaId || this.$areaId
|
||||
|
||||
Reference in New Issue
Block a user