【fix ESLint】src/components/jero/JAreaLinkage

This commit is contained in:
zhaoxiao
2023-03-03 16:03:33 +08:00
parent 1eded6b4fc
commit 020b912599
@@ -105,8 +105,7 @@ export default {
this.innerValue = [] this.innerValue = []
} else { } else {
this.initAreaData() this.initAreaData()
const arr = this.areaData.getRealCode(value) this.innerValue = this.areaData.getRealCode(value)
this.innerValue = arr
} }
this.reload() this.reload()
}, },