Browse Source

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

wucl 10 months ago
parent
commit
8cc6d88860
1 changed files with 1 additions and 0 deletions
  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){