From 13a60da2424da8cd50e52e35e0126e23e34ea6f3 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期日, 16 三月 2025 15:58:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/components/echarts/DataComparison.vue |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/components/echarts/DataComparison.vue b/src/components/echarts/DataComparison.vue
index b69b49d..19d65e7 100644
--- a/src/components/echarts/DataComparison.vue
+++ b/src/components/echarts/DataComparison.vue
@@ -4,7 +4,7 @@
       <el-row class="title">
         <el-col :span="6" style="padding-left: 20px;text-align: left;">鏁版嵁鍒嗘瀽</el-col>
         <el-col :span="18" style="text-align: right;">
-          <el-button size="medium" @click="$emit('goBack')">杩斿洖</el-button>
+          <el-button size="small" @click="$emit('goBack')">杩斿洖</el-button>
         </el-col>
       </el-row>
     </div>
@@ -441,9 +441,6 @@
             },
             noQs: true
           }).then(res => {
-            if (res.code === 201) {
-              return
-            }
             this.comparisonData1 = res.data
             this.getInfo1()
           })

--
Gitblit v1.9.3