【fix ESLint】src/components/jero/JAreaLinkage
This commit is contained in:
@@ -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()
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user