Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend into couponV2.0

This commit is contained in:
wangsongsole 2022-10-28 16:20:31 +08:00
commit 705fd8dff3
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ const UseCouponList = () => {
const selectionFun = () => {};
const searchCallback = () => {
setState({ isQuery: !state.isQuery });
setState({ page: 1, limit: 10, isQuery: !state.isQuery });
};
const onPageChange = (data) => {
setState({ page: data, isQuery: !state.isQuery });