@hw-component/form 1.9.53 → 1.9.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -126,7 +126,7 @@ var Index = function Index(_ref) {
126
126
  dialogForm: currentForm,
127
127
  contentRender: contentRender,
128
128
  formNode: node,
129
- params: params,
129
+ params: formParams,
130
130
  children: children
131
131
  })
132
132
  }))
@@ -129,7 +129,7 @@ var Index = function Index(_ref) {
129
129
  dialogForm: currentForm,
130
130
  contentRender: contentRender,
131
131
  formNode: node,
132
- params: params,
132
+ params: formParams,
133
133
  children: children
134
134
  })
135
135
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "1.9.53",
3
+ "version": "1.9.54",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -105,7 +105,7 @@ const Index: React.FC<DialogFormProps> = ({
105
105
  dialogForm={currentForm}
106
106
  contentRender={contentRender}
107
107
  formNode={node}
108
- params={params}
108
+ params={formParams}
109
109
  >
110
110
  {children}
111
111
  </ChildComponent>