From 8683137f102bcc236ad371035c2499bbda1466a4 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 13 May 2025 08:56:37 +0800
Subject: [PATCH] =?UTF-8?q?2025-05-13=20=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../processManagement/processBindingInfo.vue | 14 +++++++++++---
.../com_tsd_basicInformation.vue | 1 -
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/processManagement/processBindingInfo.vue b/src/views/modules/processManagement/processBindingInfo.vue
index 3747187..d66b11e 100644
--- a/src/views/modules/processManagement/processBindingInfo.vue
+++ b/src/views/modules/processManagement/processBindingInfo.vue
@@ -347,11 +347,17 @@
-
+
+
+
+
+
+
+
@@ -514,7 +520,8 @@
nodeId: '',
nodeName: '',
seqNo: '',
- isReject: ''
+ isReject: '',
+ countersignatureItem: ''
},
// ======== 数据列表 ========
dataList: [],
@@ -997,7 +1004,8 @@
nodeId: row.nodeId,
nodeName: row.nodeName,
seqNo: row.seqNo,
- isReject: row.isReject
+ isReject: row.isReject,
+ countersignatureItem: row.countersignatureItem
}
this.nodeModalFlag = true
this.nodeModalDisableFlag = true
diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
index 74b7761..474c608 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue
@@ -1057,7 +1057,6 @@
})
},
submitData (tempData) {
-
updateBMBasicInformation(this.dataForm).then(({data}) => {
if (data && data.code === 0) {
submitChange(tempData).then(({data}) => {