wargerm 0.2.35 → 0.2.40
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.
- package/dist/index.esm.js +2 -3
- package/dist/index.js +2 -3
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -6710,8 +6710,7 @@ var WForm = function WForm(props, ref) {
|
|
6710
6710
|
|
6711
6711
|
var _Form$useForm = _Form.useForm(),
|
6712
6712
|
_Form$useForm2 = _slicedToArray(_Form$useForm, 1),
|
6713
|
-
form = _Form$useForm2[0];
|
6714
|
-
|
6713
|
+
form = _Form$useForm2[0];
|
6715
6714
|
|
6716
6715
|
var _useState = useState({}),
|
6717
6716
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -8268,7 +8267,7 @@ function Table(_ref) {
|
|
8268
8267
|
}
|
8269
8268
|
}, _callee);
|
8270
8269
|
}))();
|
8271
|
-
}, [params, pageParams, pagination, formSearch]);
|
8270
|
+
}, [params, pageParams, pagination, tableList, formSearch]);
|
8272
8271
|
|
8273
8272
|
var onFormSubmit = function onFormSubmit(values) {
|
8274
8273
|
onSubmit && onSubmit(values);
|
package/dist/index.js
CHANGED
@@ -6744,8 +6744,7 @@ var WForm = function WForm(props, ref) {
|
|
6744
6744
|
|
6745
6745
|
var _Form$useForm = _Form__default['default'].useForm(),
|
6746
6746
|
_Form$useForm2 = _slicedToArray(_Form$useForm, 1),
|
6747
|
-
form = _Form$useForm2[0];
|
6748
|
-
|
6747
|
+
form = _Form$useForm2[0];
|
6749
6748
|
|
6750
6749
|
var _useState = React.useState({}),
|
6751
6750
|
_useState2 = _slicedToArray(_useState, 2),
|
@@ -8302,7 +8301,7 @@ function Table(_ref) {
|
|
8302
8301
|
}
|
8303
8302
|
}, _callee);
|
8304
8303
|
}))();
|
8305
|
-
}, [params, pageParams, pagination, formSearch]);
|
8304
|
+
}, [params, pageParams, pagination, tableList, formSearch]);
|
8306
8305
|
|
8307
8306
|
var onFormSubmit = function onFormSubmit(values) {
|
8308
8307
|
onSubmit && onSubmit(values);
|