From 72dab95b9de6d9b41d126484a5d2f83636460d09 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 18 Jan 2024 16:32:59 +0800 Subject: [PATCH] fix 80842 --- .../EnterpriseStandardInspectionPlanFlow.vue | 4 ++-- .../EnterpriseStandardInspectionProcess.vue | 4 ++-- .../EnterpriseStandardInspectionRectification.vue | 4 ++-- .../PermissionApplicationProcess.vue | 11 +++++++---- .../PostMeetingManageProcess.vue | 4 ++-- 5 files changed, 15 insertions(+), 12 deletions(-) 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) {