zmdms-webui 0.0.124 → 0.0.125

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.
@@ -110,7 +110,7 @@ function useBtnHandle(form, handleObj) {
110
110
  }, [form, onResetHandle]);
111
111
  var onSearchHandleInner = useCallback(function () {
112
112
  // 当前表单数据
113
- var currentFormParams = form === null || form === void 0 ? void 0 : form.getFieldsValue();
113
+ var currentFormParams = form === null || form === void 0 ? void 0 : form.getFieldsValue(true);
114
114
  onSearchHandle && onSearchHandle(currentFormParams);
115
115
  }, [form, onSearchHandle]);
116
116
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",