起草节点去除接口
This commit is contained in:
@@ -3046,14 +3046,14 @@ export default {
|
||||
}, res => {
|
||||
if (res.success) {
|
||||
this.$message.success("操作成功");
|
||||
if (this.bpnId !== '') {
|
||||
let taskId = {
|
||||
id: this.bpnId
|
||||
}
|
||||
taskDel(taskId).then(res=>{
|
||||
return res
|
||||
})
|
||||
}
|
||||
// if (this.bpnId !== '') {
|
||||
// let taskId = {
|
||||
// id: this.bpnId
|
||||
// }
|
||||
// taskDel(taskId).then(res=>{
|
||||
// return res
|
||||
// })
|
||||
// }
|
||||
this.isSubmit = false;
|
||||
this.$router.push({ path: "/processCenter?tabsName=ProcessCenter" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user