From 9d6268d4f759d3bc902cb83d5671c6630eeb4158 Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 28 Oct 2022 16:17:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/coupon/list/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/coupon/list/index.jsx b/src/pages/coupon/list/index.jsx index b7a8e905..c62a7989 100644 --- a/src/pages/coupon/list/index.jsx +++ b/src/pages/coupon/list/index.jsx @@ -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 });