【修改bug】流程修改显示的名称

This commit is contained in:
zhoulingpo
2023-04-27 17:39:20 +08:00
parent caf6f4381a
commit 444ee279cf
2 changed files with 10 additions and 3 deletions
@@ -229,9 +229,12 @@ export default {
if(item.endTime ){
return item
}
if(item.name == '重新发起'){
return item
}
})
if(check.length > 0){
this.$message.warning("请选择状态为未完成的数据")
this.$message.warning("请选择状态为未完成并且任务步骤不为重新发起的数据")
}else{
this.$refs.monitorModal.open(this.checkList[0].id,this.prcId,this.checkList[0].assigneeId)
}