mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-27 20:42:52 +00:00
feat: 工作流
This commit is contained in:
parent
211733bf4e
commit
53bf6d074d
|
|
@ -557,7 +557,7 @@ const validate = () => {
|
|||
return Promise.all(lf.value.graphModel.nodes.map((element: any) => element?.validate?.()))
|
||||
}
|
||||
const getGraphData = () => {
|
||||
return JSON.stringify(lf.value.getGraphData())
|
||||
return lf.value.getGraphData()
|
||||
}
|
||||
|
||||
const onmousedown = (shapeItem: ShapeItem) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue