mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-23 00:58:37 +00:00
仿钉钉流程设计器- 后端结构调整
This commit is contained in:
@@ -83,7 +83,7 @@ const saveSimpleFlowModel = async () => {
|
||||
}
|
||||
const data = {
|
||||
modelId: props.modelId,
|
||||
simpleModelBody: processNodeTree.value
|
||||
simpleModel: processNodeTree.value
|
||||
}
|
||||
|
||||
const result = await updateBpmSimpleModel(data)
|
||||
|
||||
Reference in New Issue
Block a user