仿钉钉流程设计器- 后端结构调整

This commit is contained in:
jason
2024-05-31 09:00:25 +08:00
parent b768632b0c
commit 94cdb2ed29
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ const saveSimpleFlowModel = async () => {
}
const data = {
modelId: props.modelId,
simpleModelBody: processNodeTree.value
simpleModel: processNodeTree.value
}
const result = await updateBpmSimpleModel(data)