From 5e2c698b2149b97530f00c4db11ef551f3f1d6ae Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 13 三月 2025 16:14:54 +0800 Subject: [PATCH] 防雷检测 --- src/components/echarts/DataComparison.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/echarts/DataComparison.vue b/src/components/echarts/DataComparison.vue index 32ad050..19d65e7 100644 --- a/src/components/echarts/DataComparison.vue +++ b/src/components/echarts/DataComparison.vue @@ -441,9 +441,6 @@ }, noQs: true }).then(res => { - if (res.code === 201) { - return - } this.comparisonData1 = res.data this.getInfo1() }) -- Gitblit v1.9.3