From c9937b5805f802a80ab5174f595c4d7198864fd7 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 10 Feb 2023 23:04:11 +0800 Subject: [PATCH] =?UTF-8?q?2.10=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/Monitor/Home/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index ae89a3d..8db9329 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -723,7 +723,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void, useEffect(() => { setTotal(exceptionData?.total || 0); - setCurrent(exceptionData?.currnet || 1); + // setCurrent(exceptionData?.pages || 1); }, [exceptionData]) return ( void, onCancel={() => { project.current = ""; owner.current = ""; + setCurrent(1); onCancel() }} width={"60%"}