Browse Source

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

Update workflowBase.vue

See merge request spfm/spfm-market-front!396
徐兴安 2 years ago
parent
commit
21661762a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/workflowBase.vue

+ 1 - 1
src/components/workflowBase.vue

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