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