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 = () => { };