起草节点去除接口

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 => {
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" });
}