【修改】提示语修改
This commit is contained in:
@@ -234,7 +234,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
if(check.length > 0){
|
if(check.length > 0){
|
||||||
this.$message.warning("请选择状态为未完成并且任务步骤不为重新发起的数据")
|
this.$message.warning("发起人不允许调整")
|
||||||
}else{
|
}else{
|
||||||
this.$refs.monitorModal.open(this.checkList[0].id,this.prcId,this.checkList[0].assigneeId,this.checkList[0].taskDefinitionKey,this.checkList[0].prcType)
|
this.$refs.monitorModal.open(this.checkList[0].id,this.prcId,this.checkList[0].assigneeId,this.checkList[0].taskDefinitionKey,this.checkList[0].prcType)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user