Merge pull request #6594 from dataease/pr@dev@fix_map_mapping
fix: 地图高级配置最后一页显示undefined
This commit is contained in:
commit
23d3c66320
@ -227,7 +227,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
features.forEach(feature => {
|
features.forEach(feature => {
|
||||||
|
if (feature.properties.name || feature.properties.NAME) {
|
||||||
this.mappingForm[cCode][feature.properties.name || feature.properties.NAME] = null
|
this.mappingForm[cCode][feature.properties.name || feature.properties.NAME] = null
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const cCode = this.currentAreaCode
|
const cCode = this.currentAreaCode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user