同步异常

This commit is contained in:
aixianling
2022-03-22 10:47:56 +08:00
parent f6b780e5fb
commit e805d6ca57

View File

@@ -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