@qin-ui/antd-vue-pro 1.0.24 → 1.0.25

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/es/table/index.js CHANGED
@@ -619,7 +619,7 @@ const useTable = ({
619
619
  const setSearchField = setField;
620
620
  const resetQueryParams = () => {
621
621
  setPagination(getDefaultPagination());
622
- setSearchParam(void 0, _initSearchParam);
622
+ setSearchParam(void 0, cloneDeep(_initSearchParam));
623
623
  };
624
624
  return {
625
625
  columns,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/antd-vue-pro",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "main": "",