From b28eea33240e2c3a66541992261f9ce164d66f3e Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 15 Dec 2022 14:06:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E8=AE=B0=E5=8A=9F=E8=83=BD=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/map/MarkMapDataEditor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/components/map/MarkMapDataEditor.vue b/frontend/src/views/chart/components/map/MarkMapDataEditor.vue index 92097c5785..3bde8950be 100644 --- a/frontend/src/views/chart/components/map/MarkMapDataEditor.vue +++ b/frontend/src/views/chart/components/map/MarkMapDataEditor.vue @@ -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) } } }