commit
1d65908402
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue