工作流入库功能

This commit is contained in:
pixel
2020-10-29 09:37:02 +08:00
parent bf21fec50e
commit 0e1a820c3a
2 changed files with 57 additions and 41 deletions

View File

@@ -147,10 +147,9 @@ export default {
delete res.data.reworkflowProcess.nodes
this.demoData = {edges,nodes}
this.processModel = res.data.reworkflowProcess
this.done = true
}
console.log(this.demoData)
}
this.done = true
}
};
</script>