Merge branch 'couponV2.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend into couponV2.0
This commit is contained in:
commit
705fd8dff3
|
@ -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 });
|
||||
|
|
Loading…
Reference in New Issue