From 776c124cbe17341d796bc00e7834a0e6066ad4f1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 26 六月 2025 14:25:03 +0800 Subject: [PATCH] 删除打印和路由跳转 --- laboratory/src/components/DynamicComponent/index.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/laboratory/src/components/DynamicComponent/index.vue b/laboratory/src/components/DynamicComponent/index.vue index a5dc57c..c877d0f 100644 --- a/laboratory/src/components/DynamicComponent/index.vue +++ b/laboratory/src/components/DynamicComponent/index.vue @@ -337,8 +337,6 @@ const processedData = { ...formData }; // 调试输出 - console.log('添加/编辑行数据:', processedData, 'isEdit', isEdit); - if (isEdit) { // Vue无法检测到对象或数组深层属性的变化,使用Vue.set来确保响应式 this.$set( @@ -356,7 +354,6 @@ updateTime: new Date().toLocaleString() }); } - console.log('this.components', this.components); // 手动触发组件更新 this.$forceUpdate(); -- Gitblit v1.7.1