From dae39dea7e2874ebe2f17438949255ce8331ecef Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 19:30:45 +0800
Subject: [PATCH] 修改权限

---
 laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue b/laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue
index 009628d..0e6b5ca 100644
--- a/laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue
+++ b/laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue
@@ -361,7 +361,7 @@
           confirmSign: signatureImage, // 签字图片
           signTime: new Date().toISOString(), // 签字时间
           testMethodConfirmSheetTerms: this.testItems.map(item => ({
-            id: item.id, // 保留原有ID(编辑时使用)
+            id: this.formData.id?item.id:'', // 保留原有ID(编辑时使用)
             termCode: item.termCode,
             termName: item.termName,
             termType: item.termType,

--
Gitblit v1.7.1