mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix(视图): 地图标记功能拼写错误
This commit is contained in:
@@ -199,9 +199,9 @@ export default {
|
||||
this.busiFieldMap.daxis.splice(item.index, 1)
|
||||
this.calcData(true)
|
||||
},
|
||||
calcData(cahce) {
|
||||
calcData(cache) {
|
||||
this.fillViewFields()
|
||||
this.$emit('calc-data', cahce)
|
||||
this.$emit('calc-data', cache)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user