From bf0eb543e2deab8a1629dd2a46f8e1cd191531e1 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 17 七月 2025 15:22:01 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- 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