【fix ESLint】src/components/jero/JAreaLinkage
This commit is contained in:
@@ -105,8 +105,7 @@ export default {
|
||||
this.innerValue = []
|
||||
} else {
|
||||
this.initAreaData()
|
||||
const arr = this.areaData.getRealCode(value)
|
||||
this.innerValue = arr
|
||||
this.innerValue = this.areaData.getRealCode(value)
|
||||
}
|
||||
this.reload()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user