update 流程完善-审批意见
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user