mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vue3.git
synced 2025-12-30 09:32:26 +00:00
!834 fix:bpm 流程表单编辑打开直接保存js丢失问题修复
Merge pull request !834 from aho/master
This commit is contained in:
@@ -7,7 +7,7 @@ import formCreate from '@form-create/element-ui'
|
||||
// 编码表单 Conf
|
||||
export const encodeConf = (designerRef: object) => {
|
||||
// @ts-ignore
|
||||
return JSON.stringify(designerRef.value.getOption())
|
||||
return formCreate.toJson(designerRef.value.getOption())
|
||||
}
|
||||
|
||||
// 编码表单 Fields
|
||||
|
||||
Reference in New Issue
Block a user