@hw-component/form 1.9.84 → 1.9.85

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.
@@ -44,7 +44,8 @@ var Index = function Index(_ref) {
44
44
  dialogForm: currentForm,
45
45
  params: params,
46
46
  title: title,
47
- onCancel: onCancel
47
+ onCancel: onCancel,
48
+ autoClear: autoClear
48
49
  }),
49
50
  modalVisible = _useModifyProps.modalVisible,
50
51
  modalFormData = _useModifyProps.modalFormData,
@@ -47,7 +47,8 @@ var Index = function Index(_ref) {
47
47
  dialogForm: currentForm,
48
48
  params: params,
49
49
  title: title,
50
- onCancel: onCancel
50
+ onCancel: onCancel,
51
+ autoClear: autoClear
51
52
  }),
52
53
  modalVisible = _useModifyProps.modalVisible,
53
54
  modalFormData = _useModifyProps.modalFormData,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hw-component/form",
3
- "version": "1.9.84",
3
+ "version": "1.9.85",
4
4
  "description": "基于antd二次开发",
5
5
  "repository": {
6
6
  "type": "git",
@@ -52,6 +52,7 @@ const Index: React.FC<DialogFormProps> = ({
52
52
  params,
53
53
  title,
54
54
  onCancel,
55
+ autoClear
55
56
  });
56
57
  const cancel = () => {
57
58
  saveOldParams();