Commit ed047532 authored by 田翔's avatar 田翔

fix: 富文本默认值修复

parent 94d9b2cf
{
"name": "panda-xform",
"version": "4.9.3",
"description": "4.9.3 富文本默认值优化",
"version": "4.9.4",
"description": "4.9.4 富文本默认值修复",
"keywords": [
"panda-xform"
],
......
......@@ -11,7 +11,7 @@ const uploadFileAPI = `/PandaWorkFlow/WorkFlow/AccountManage/UploaderFiles`;
const downFileAPI = `/PandaWorkFlow/WorkFlow/AccountManage/DownloadFiles`;
const RichTextDefault = (props, ref) => {
W
const { schema, onChange, value, addons } = props
const { title } = addons?.formData || {}
const { presetValue, disabled, placeholder } = schema
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment