소스 검색

产品选择不再出具逻辑修改

wucl 10 달 전
부모
커밋
8cc6d88860
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/workflowBoard.vue

+ 1 - 0
src/components/workflowBoard.vue

@@ -172,6 +172,7 @@ export default {
       commit.ifProductionFund = this.nodeBusinessInfo.ifProductionFund;
       commit.landIsRecord = this.nodeBusinessInfo.landIsRecord;
       commit.ifSkip = this.nodeBusinessInfo.ifSkip;
+      commit.ifPay = this.nodeBusinessInfo.ifPay;
       let isOk = true
       this.$emit('workflowCommitVerify',{"commit":commit},val =>{
         if (!val.state){