From 681ac0c954da7b716fa868c07917a7643220312e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=9A=E5=86=89?= Date: Wed, 28 Dec 2022 11:29:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../diagram/components/questionTypes/basic/MatrixCheckbox.vue | 3 ++- .../planetDesign/Design/questions/hotArea/hotAreaConfig.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/DataAnalyse/diagram/components/questionTypes/basic/MatrixCheckbox.vue b/src/views/DataAnalyse/diagram/components/questionTypes/basic/MatrixCheckbox.vue index 7e9ba32b..04bb835c 100644 --- a/src/views/DataAnalyse/diagram/components/questionTypes/basic/MatrixCheckbox.vue +++ b/src/views/DataAnalyse/diagram/components/questionTypes/basic/MatrixCheckbox.vue @@ -78,7 +78,8 @@ export default defineComponent({ const { option, head } = source tableHead.value = head tableSource.value = getTableData(head, option) - getChartData(option, head) + // getChartData(option, head) + getChartData(option) }, { immediate: true, diff --git a/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue b/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue index 74bdd33b..92b2e500 100644 --- a/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue +++ b/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue @@ -278,7 +278,8 @@ export default { } // copyConfig.value.config[field] = e.target.value; if (copyConfig.value.config[field] === props.config.config[field]) return; - updateConfig(copyConfig.value); + // updateConfig(copyConfig.value); + updateConfig(); }; return {