Ver Fonte

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

wucl há 10 meses atrás
pai
commit
8cc6d88860
1 ficheiros alterados com 1 adições e 0 exclusões
  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){