From 55cdca8b23c23b9f5bdd9eaf5ab0500376e29088 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 25 十二月 2024 13:14:51 +0800
Subject: [PATCH] Merge branch 'cnas' of http://114.132.189.42:9002/r/tx-lims-before into cnas
---
src/components/caorui/Department/components/Records/dispose/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/caorui/Department/components/Records/dispose/index.vue b/src/components/caorui/Department/components/Records/dispose/index.vue
index 4ed06b9..fc5c74a 100644
--- a/src/components/caorui/Department/components/Records/dispose/index.vue
+++ b/src/components/caorui/Department/components/Records/dispose/index.vue
@@ -176,7 +176,7 @@
// 绗�3姝ユ暟鎹�
this.mainForm.measureForm.correctiveActionId = data.correctiveActionId
this.mainForm.measureForm.correctiveMeasure = data.correctiveMeasure
- this.mainForm.measureForm.requestDepartmentConfirmation = data.requestDepartmentConfirmation == '1' ? true:false
+ this.mainForm.measureForm.requestDepartmentConfirmation = data.requestDepartmentConfirmation
// 绗�4姝ユ暟鎹�
this.mainForm.resultForm.verificationDepartmentPersonId = data.verificationDepartmentPersonId
this.mainForm.resultForm.implementationVerificationResults = data.implementationVerificationResults
--
Gitblit v1.9.3