起草节点去除接口

This commit is contained in:
zyx.net
2022-10-24 11:42:23 +08:00
parent 2ea667a0ef
commit 6531ff1d6b
@@ -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" });
} }