From 2218d27105bdb84d941b075f46010d2cd3fbe35b Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 19 Dec 2023 10:39:26 +0800 Subject: [PATCH] fix 79311 --- .../EnterpriseStandardInspectionPlanFlow.vue | 4 ++-- .../EnterpriseStandardInspectionProcess.vue | 4 ++-- .../EnterpriseStandardInspectionRectification.vue | 4 ++-- .../InspectionExtensionRequestProcess.vue | 4 ++-- .../PermissionApplicationProcess.vue | 4 ++-- .../postMeetingManageProcess/PostMeetingManageProcess.vue | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue index 21c5756f..2be90748 100644 --- a/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue +++ b/src/views/workCenter/enterpriseStandardInspectionPlan/EnterpriseStandardInspectionPlanFlow.vue @@ -482,10 +482,10 @@ export default { if (this.loading) return this.loading = true this.getPageParams().then(res => { + // 同意和提交一直传true + res.map.pass = true // 不是提交按钮 if (!isSubmitBtn) { - // 不是提交按钮就一直传true 同意 - res.map.pass = true // 没有填写注释,就默认同意 if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue index af7e9d06..e7804aaf 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/EnterpriseStandardInspectionProcess.vue @@ -410,10 +410,10 @@ export default { if (this.loading) return this.loading = true this.getPageParams().then(res => { + // 同意和提交一直传true + res.map.pass = true // 不是提交按钮 if (!isSubmitBtn) { - // 不是提交按钮就一直传true 同意 - res.map.pass = true // 没有填写注释,就默认同意 if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' diff --git a/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue b/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue index 8e18d853..c4fed04e 100644 --- a/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue +++ b/src/views/workCenter/enterpriseStandardInspectionRectification/EnterpriseStandardInspectionRectification.vue @@ -407,10 +407,10 @@ export default { if (this.loading) return this.loading = true this.getPageParams().then(res => { + // 同意和提交一直传true + res.map.pass = true // 不是提交按钮 if (!isSubmitBtn) { - // 不是提交按钮就一直传true 同意 - res.map.pass = true // 没有填写注释,就默认同意 if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' diff --git a/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue b/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue index 27e36f3b..087c30fd 100644 --- a/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue +++ b/src/views/workCenter/inspectionExtensionRequestProcess/InspectionExtensionRequestProcess.vue @@ -415,10 +415,10 @@ export default { if (this.loading) return this.loading = true this.getPageParams().then(res => { + // 同意和提交一直传true + res.map.pass = true // 不是提交按钮 if (!isSubmitBtn) { - // 不是提交按钮就一直传true 同意 - res.map.pass = true // 没有填写注释,就默认同意 if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' diff --git a/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue b/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue index 2225b102..a5f6df81 100644 --- a/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue +++ b/src/views/workCenter/permissionApplicationProcess/PermissionApplicationProcess.vue @@ -499,10 +499,10 @@ export default { if (this.loading) return this.loading = true this.getPageParams().then(res => { + // 同意和提交一直传true + res.map.pass = true // 不是提交按钮 if (!isSubmitBtn) { - // 不是提交按钮就一直传true 同意 - res.map.pass = true // 没有填写注释,就默认同意 if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意' diff --git a/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue b/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue index 5e44808d..5a574ba0 100644 --- a/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue +++ b/src/views/workCenter/postMeetingManageProcess/PostMeetingManageProcess.vue @@ -436,11 +436,11 @@ export default { if (this.loading) return this.loading = true this.getPageParams().then(res => { + // 同意和提交一直传true + res.map.pass = true res.notAttend = false // 不是提交按钮 if (!isSubmitBtn) { - // 不是提交按钮就一直传true 同意 - res.map.pass = true // 没有填写注释,就默认同意 if (!res.processApprovalRecord.commitText) { res.processApprovalRecord.commitText = '同意'