From 10f94693e4bf60c34e5514a1f1e3d44c8ba4d84a Mon Sep 17 00:00:00 2001
From: hejianhao <15708179461@qq.com>
Date: 星期三, 23 四月 2025 18:16:06 +0800
Subject: [PATCH] 化验师评定

---
 src/components/EvaluateTable/index.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/EvaluateTable/index.vue b/src/components/EvaluateTable/index.vue
index 573acfd..b015f4c 100644
--- a/src/components/EvaluateTable/index.vue
+++ b/src/components/EvaluateTable/index.vue
@@ -151,14 +151,11 @@
         },
         viewJson: {
             handler(newVal, oldVal) {
-                console.log("viewJson changed:", newVal)
                 if (newVal && this.isReadonly) {
                     try {
                         const parsedData = JSON.parse(newVal)
                         this.activeIndex = parsedData
-                        console.log("activeIndex updated:", this.activeIndex)
                     } catch (e) {
-                        console.error("Failed to parse viewJson:", e)
                     }
                 }
             },

--
Gitblit v1.7.1