修改流程详情
This commit is contained in:
@@ -1298,9 +1298,20 @@
|
|||||||
// 调整处理人
|
// 调整处理人
|
||||||
adjustmentHandler() {
|
adjustmentHandler() {
|
||||||
if (this.tableRow.length === 1 && !this.tableRow[0].endTime) {
|
if (this.tableRow.length === 1 && !this.tableRow[0].endTime) {
|
||||||
this.drawerModal = true
|
if (this.$route.query.oldAndNew == 'new' && this.$route.query.flowType == '3'){
|
||||||
this.drawerTitle = '调整处理人'
|
if (this.tableRow[0].taskId){
|
||||||
this.selectPeople = this.tableRow[0]
|
this.drawerModal = true
|
||||||
|
this.drawerTitle = '调整处理人'
|
||||||
|
this.selectPeople = this.tableRow[0]
|
||||||
|
}else{
|
||||||
|
this.$message.warning('请选择子流程节点数据')
|
||||||
|
}
|
||||||
|
}else{
|
||||||
|
this.drawerModal = true
|
||||||
|
this.drawerTitle = '调整处理人'
|
||||||
|
this.selectPeople = this.tableRow[0]
|
||||||
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning('请选择一条未完成的数据')
|
this.$message.warning('请选择一条未完成的数据')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user