mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
fix: 地图高级配置最后一页显示undefined
This commit is contained in:
@@ -227,7 +227,9 @@ export default {
|
||||
}
|
||||
|
||||
features.forEach(feature => {
|
||||
this.mappingForm[cCode][feature.properties.name || feature.properties.NAME] = null
|
||||
if (feature.properties.name || feature.properties.NAME) {
|
||||
this.mappingForm[cCode][feature.properties.name || feature.properties.NAME] = null
|
||||
}
|
||||
})
|
||||
}
|
||||
const cCode = this.currentAreaCode
|
||||
|
||||
Reference in New Issue
Block a user