同步异常

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: "选择地区", appName: "选择地区",
computed: { computed: {
dataRange() { dataRange() {
return this.urlParams.all || this.urlParams.disabled ? 0 : this.getAreaType(this.root) return this.all || this.disabled ? 0 : this.getAreaType(this.root)
}, },
root() { root() {
return this.areaId || this.$areaId return this.areaId || this.$areaId