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 } // 不是提交按钮 且 如果没有填写注释,就默认同意