From a58d8b8463f31475a5e38722e0534cf7098ad00c Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 8 Dec 2023 20:19:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardInspectionPlanFlow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue index 7323bb04..dcdfc14b 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue @@ -459,7 +459,7 @@ export default { // pass在这里有两种可能 // 1.联络人汇总节点,选择是否会签,是true,否false; // 2.其他节点按钮区分,同意传true,驳回传false - if (res.map.pass !== undefined) { + if (res.map.pass === undefined) { res.map.pass = true } // 不是提交按钮 且 如果没有填写注释,就默认同意