feat: 工作流
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2024-06-18 19:00:08 +08:00
parent 211733bf4e
commit 53bf6d074d

View File

@ -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) => {