From 776c124cbe17341d796bc00e7834a0e6066ad4f1 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 26 六月 2025 14:25:03 +0800 Subject: [PATCH] 删除打印和路由跳转 --- laboratory/src/views/reportLibrary/processDevelopment/add.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/laboratory/src/views/reportLibrary/processDevelopment/add.vue b/laboratory/src/views/reportLibrary/processDevelopment/add.vue index 3591267..0882f16 100644 --- a/laboratory/src/views/reportLibrary/processDevelopment/add.vue +++ b/laboratory/src/views/reportLibrary/processDevelopment/add.vue @@ -156,7 +156,6 @@ customUploadRequest({ file, onSuccess: (res) => { - console.log() if (res.code === 200) { const fileObj = { id: new Date().getTime(), @@ -199,7 +198,6 @@ } }, submit() { - console.log(this.$refs.materialEditor.getContent()); if (this.tableData.length == 0) { this.$message.error('请选择项目组') return -- Gitblit v1.7.1