Commit 516d3d90 authored by 李腾's avatar 李腾

fix: 修复门店列表分页问题

parent 3f12471a
......@@ -119,6 +119,7 @@ export default () => {
const onPageChange = (e, size) => {
setPageNo(e);
setPageSize(size);
onSearch(refSearch.current?.getFieldValue?.() || {});
};
useEffect(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment