浏览代码

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

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){