Commit 13a24969 authored by 田翔's avatar 田翔

解决上报时关联表单自动生成工单/事件编号问题

parent 4962b894
{
"name": "panda-xform",
"version": "2.3.8",
"description": "2.3.8: 附件必填校验bug",
"version": "2.3.9",
"description": "2.3.9: 解决上报时关联表单自动生成工单/事件编号问题",
"keywords": [
"panda-xform"
],
......
......@@ -22,7 +22,9 @@ const XRender = (props, ref) => {
}
))
const { schemaValues, disabledFields, disabled } = props
const { schemaValues, disabledFields, disabled, codes } = props
window.pandaXform = { codes }
const { formJson, values } = schemaValues
const { getPrefixCls } = useContext(ConfigProvider.ConfigContext)
const prefixCls = getPrefixCls('pandaXform')
......
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