Ver código fonte

Merge branch 'hujunwei-master-patch-51789' into 'master'

风险点单独结束判断Update workflowBase.vue

See merge request spfm/spfm-market-front!409
杨壁繁 2 anos atrás
pai
commit
42fe4a68f9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/workflowBase.vue

+ 2 - 2
src/components/workflowBase.vue

@@ -331,7 +331,7 @@ export default {
               list.nextDealMan = this.backThree[0].loginNoStr;
             }
           } else {
-            if (this.clicknextName === "流程结束") {
+            if (this.clicknextName === "流程结束"||this.clicknextName === "提交至任务发起人") {
             } else {
               this.$message.error("请选择候选人");
               return false;
@@ -781,4 +781,4 @@ export default {
     width: 222px;
   }
 }
-</style>
+</style>