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) } } },