forked from github/dataease
fix(视图): 地图标记功能拼写错误
This commit is contained in:
parent
4fa41d8676
commit
b28eea3324
@ -199,9 +199,9 @@ export default {
|
|||||||
this.busiFieldMap.daxis.splice(item.index, 1)
|
this.busiFieldMap.daxis.splice(item.index, 1)
|
||||||
this.calcData(true)
|
this.calcData(true)
|
||||||
},
|
},
|
||||||
calcData(cahce) {
|
calcData(cache) {
|
||||||
this.fillViewFields()
|
this.fillViewFields()
|
||||||
this.$emit('calc-data', cahce)
|
this.$emit('calc-data', cache)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user