From 088e67f1d10b23cd93daa5cea5861eb29946fefc Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 26 Dec 2022 15:08:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=20=E9=80=8F=E8=A7=86?= =?UTF-8?q?=E8=A1=A8=E6=94=AF=E6=8C=81=E5=90=88=E8=AE=A1=E5=88=97=E6=B1=87?= =?UTF-8?q?=E6=80=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/shapeAttr/TotalCfg.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/views/chart/components/shapeAttr/TotalCfg.vue b/frontend/src/views/chart/components/shapeAttr/TotalCfg.vue index 9da9d99173..6756936e00 100644 --- a/frontend/src/views/chart/components/shapeAttr/TotalCfg.vue +++ b/frontend/src/views/chart/components/shapeAttr/TotalCfg.vue @@ -425,9 +425,7 @@ export default { if (this.resetTotalSort(this.totalForm.row.totalSortField)) { this.totalForm.row.totalSortField = this.totalSortFields[0].dataeaseName } - if (this.resetTotalSort(this.totalForm.col.totalSortField)) { - this.totalForm.col.totalSortField = this.totalSortFields[0].dataeaseName - } + this.totalForm.col.totalSortField = this.totalSortFields[0].dataeaseName } else { this.totalForm.row.totalSortField = '' this.totalForm.col.totalSortField = ''