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%"}