|
@@ -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;
|