diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue index e552b224..a225adbc 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue @@ -533,9 +533,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectPlan(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue index bb0eedde..889466e4 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue @@ -494,9 +494,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectProcess(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue b/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue index 6e405bfa..df051a75 100644 --- a/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue +++ b/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue @@ -444,9 +444,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalInspectRectify(res) }).then(res => { if (res.success) { diff --git a/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue b/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue index 9364fb33..add04a99 100644 --- a/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue +++ b/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue @@ -570,9 +570,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalPermissionApply(res) }).then(res => { if (res.success) { @@ -652,6 +652,9 @@ export default { } - diff --git a/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue b/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue index 38cee197..0307470f 100644 --- a/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue +++ b/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue @@ -486,9 +486,9 @@ export default { if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' } - // 审批意见 - res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value } + // 审批意见 + res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value return approvalPostMeetingManage(res) }).then(res => { if (res.success) {