From a57caa72a54efe9de3fe26a6c36d3e8038267377 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期四, 17 七月 2025 09:09:49 +0800
Subject: [PATCH] 修改x按钮

---
 src/components/tools/DebuffDetail.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/tools/DebuffDetail.vue b/src/components/tools/DebuffDetail.vue
index 22b75b8..5a4ca4f 100644
--- a/src/components/tools/DebuffDetail.vue
+++ b/src/components/tools/DebuffDetail.vue
@@ -115,6 +115,7 @@
   if (selectedScheme.value.type !== 2) {
     // console.log(schemWaterInfo.value,'杩欓噷鏄墍鏈夌殑鏂规鏁版嵁');
     
+    
     // const rainfallList = data.rainfalls;
     // 鎻愬彇 intensity 鍊�
     // const rainValues = rainfallList.map((r) => r.intensity);
@@ -151,7 +152,7 @@
 
 // 鐢熷懡鍛ㄦ湡閽╁瓙
 onMounted(() => {
-  console.log(filteredData);
+  // console.log(filteredData);
   updateThreatData();
   getRainfallData();
 });

--
Gitblit v1.9.3