From 6fd9edb76f4b9ba18c33a3ed161d30c5f2a29732 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期四, 26 六月 2025 18:57:09 +0800 Subject: [PATCH] 修改bug --- culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue b/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue index 24f926a..cb51ba0 100644 --- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue +++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue @@ -303,7 +303,7 @@ return; } const params = { - isDraft: 0, + isDraft: this.form.isDraft ? this.form.isDraft : 0, projectId: this.projectData[0].id, experimentId: this.selectedMember[0].userId, // reportCode: this.form.reportCode, -- Gitblit v1.7.1