From 3e2f6c1912810b05a8285dd4f4c037324975c5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BD=B3=E5=AE=87?= <17601616548@163.com> Date: Mon, 7 Oct 2024 09:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=8B=E5=8A=BF=E5=88=86=E6=9E=90=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages/main/bgcx/qsfx/qsfxxq.vue | 39 ++++++++++++++++-------------- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/h5/pages/main/bgcx/qsfx/qsfxxq.vue b/h5/pages/main/bgcx/qsfx/qsfxxq.vue index e7d0bed..4ccb345 100755 --- a/h5/pages/main/bgcx/qsfx/qsfxxq.vue +++ b/h5/pages/main/bgcx/qsfx/qsfxxq.vue @@ -68,7 +68,7 @@ const ReportAnalysis = async () => { response.data.chart1_option.max = Number(response.data.chart1_option.max); chart1_option.value = response.data.chart1_option; chart2_option.value = response.data.chart2_option; - data_show.value = !response.data.show; + data_show.value = response.data.show; date_arr.value = response.data.date_list.map((item, key) => { if (response.data.date === item) { date_active.value = key; @@ -116,13 +116,13 @@ const GetGreySet = () => { };