Pre Merge pull request !834 from aho/master

pull/834/MERGE
aho 2025-11-22 11:57:11 +00:00 committed by Gitee
commit e15f4c1bdc
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 // 编码表单 Conf
export const encodeConf = (designerRef: object) => { export const encodeConf = (designerRef: object) => {
// @ts-ignore // @ts-ignore
return JSON.stringify(designerRef.value.getOption()) return formCreate.toJson(designerRef.value.getOption())
} }
// 编码表单 Fields // 编码表单 Fields