Commit f45ed876 authored by 田翔's avatar 田翔

fix: 解决打印无数据问题

parent 3252dfbe
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "6.10.4", "version": "6.10.5",
"description": "6.10.4 唯一值文本校验不验证本身", "description": "6.10.5 解决打印无数据问题",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -30,7 +30,7 @@ const XRender = (props, ref) => { ...@@ -30,7 +30,7 @@ const XRender = (props, ref) => {
const { formJson, values } = schemaValues const { formJson, values } = schemaValues
const { getPrefixCls } = useContext(ConfigProvider.ConfigContext) const { getPrefixCls } = useContext(ConfigProvider.ConfigContext)
const pandaXform = getPrefixCls() const pandaXform = getPrefixCls()
const startTime = useState(new Date().getTime()) const startTime = new Date().getTime()
const [initField, setInitField] = useState([]) const [initField, setInitField] = useState([])
const form = useForm() const form = useForm()
......
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