!834 fix:bpm 流程表单编辑打开直接保存js丢失问题修复

Merge pull request !834 from aho/master
pull/832/MERGE
芋道源码 2025-11-22 13:44:20 +00:00 committed by Gitee
commit 1d65908402
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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