From 8a368655576fd4eb3f517610aa8b30d633f1ea84 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期三, 23 四月 2025 16:26:25 +0800
Subject: [PATCH] change

---
 src/views/mnfz.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/mnfz.vue b/src/views/mnfz.vue
index 93111d1..b7981b6 100644
--- a/src/views/mnfz.vue
+++ b/src/views/mnfz.vue
@@ -266,7 +266,6 @@
 // 娣诲姞浜嬩欢鐩戝惉鍣紝鎺ユ敹鏉ヨ嚜琛ㄦ牸缁勪欢鐨勪簨浠�
 function setupRowClickListener(dataSources) {
   if (!Array.isArray(dataSources) || dataSources.length === 0) {
-    console.error("Data sources array is undefined or empty!");
     return;
   }
   EventBus.on("row-clicked", (id) => {
@@ -294,7 +293,6 @@
 // 鏍规嵁ID鏌ユ壘瀹炰綋
 function findEntityById(id, dataSources) {
   if (!Array.isArray(dataSources) || dataSources.length === 0) {
-    console.error("Data sources array is undefined or empty!");
     return null;
   }
   console.log("Searching for ID:", id);

--
Gitblit v1.9.3