From 0c73ae6cd3b8de4a8048de4675a126fcf38c3939 Mon Sep 17 00:00:00 2001 From: junjun Date: Tue, 26 Jul 2022 12:01:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=98=88=E5=80=BC=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index d55a280f8a..0ad3a94395 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1478,7 +1478,9 @@ export default { this.view.resultCount = '1000' } if (switchType) { - this.view.senior.threshold.tableThreshold = [] + this.view.senior.threshold = { + tableThreshold: [] + } } if (switchType && (this.view.type === 'table-info' || this.chart.type === 'table-info') && this.view.xaxis.length > 0) { this.$message({