From e4685842877923e0cb8f2539b009ae5910dc47d8 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期四, 24 四月 2025 09:22:39 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- laboratory/src/components/EvaluateTable/index.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/EvaluateTable/index.vue b/laboratory/src/components/EvaluateTable/index.vue similarity index 98% copy from src/components/EvaluateTable/index.vue copy to laboratory/src/components/EvaluateTable/index.vue index 573acfd..b015f4c 100644 --- a/src/components/EvaluateTable/index.vue +++ b/laboratory/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