diff --git a/src/route/Correction/Correction.tsx b/src/route/Correction/Correction.tsx index 0d548be..832ab04 100644 --- a/src/route/Correction/Correction.tsx +++ b/src/route/Correction/Correction.tsx @@ -822,7 +822,7 @@ export default function Correction() { // 当更换页码时候滚动到最上面 refun.scrollTop = 0; - }, [correctionArray]) + }, [correctionArray]) useEffect(() => { // getData(1) if (newCorrection) { @@ -947,7 +947,9 @@ export default function Correction() {