From 069ef85293bb4baa74dd9251e8b3fd8cc4355410 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 15 五月 2025 15:21:10 +0800 Subject: [PATCH] 实验方案管理详情和中止 --- laboratory/src/components/AiEditor/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/laboratory/src/components/AiEditor/index.vue b/laboratory/src/components/AiEditor/index.vue index 4619576..9433983 100644 --- a/laboratory/src/components/AiEditor/index.vue +++ b/laboratory/src/components/AiEditor/index.vue @@ -72,7 +72,6 @@ }, mounted() { this.initEditor() - console.log('editor instance:', this.editor) }, beforeDestroy() { this.destroyEditor() -- Gitblit v1.7.1