Parcourir la source

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

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

See merge request spfm/spfm-market-front!409
杨壁繁 il y a 2 ans
Parent
commit
42fe4a68f9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>