update 流程完善-审批意见

This commit is contained in:
danshihao
2023-12-12 19:24:34 +08:00
parent cc8f2945bc
commit 459594ec9b
8 changed files with 48 additions and 7 deletions
@@ -75,7 +75,7 @@
import '@assets/less/common.less'
import InternalDetailPage from '@comp/InternalDetailPage'
import BaseInfoForm from '@views/workCenter/standardPromotionProcess/modules/BaseInfoForm'
import { ProcessKey, StandardPromotion } from '@/enums/commonEnums'
import { ApprovalOpinions, ProcessKey, StandardPromotion } from '@/enums/commonEnums'
import {
getStandardPromotionDataById, getStandardPromotionDetail,
getStandardPromotionProjectId,
@@ -318,6 +318,8 @@ export default {
this.loading = true
this.getPageParams().then(res => {
console.log(res)
// 审批意见
res.processApprovalRecord.commitFlag = ApprovalOpinions.AGREE.value
return startStandardPromotion(res)
}).then(res => {
if (res.success) {