From 77c688e6cb238c76706e3daf9cc0e52a63a39375 Mon Sep 17 00:00:00 2001 From: lyp Date: Mon, 13 Jan 2025 14:27:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E8=A1=A5=E6=AD=A3=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=8D=E6=AD=A3=E6=88=AA=E5=9B=BE=E6=B3=A8=E6=84=8F?= =?UTF-8?q?=E4=BA=8B=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CorrectionModal/CorrectionModal.tsx | 14 ++++++++++---- src/route/Contract/Contract.tsx | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/CorrectionModal/CorrectionModal.tsx b/src/components/CorrectionModal/CorrectionModal.tsx index c1f9208..c4e90c8 100644 --- a/src/components/CorrectionModal/CorrectionModal.tsx +++ b/src/components/CorrectionModal/CorrectionModal.tsx @@ -157,7 +157,7 @@ export default function CorrectionModal(props: any) { type: 'upCorrectionTotal', val: data.data.total }) - + } }) @@ -194,13 +194,13 @@ export default function CorrectionModal(props: any) { }, }) } - + useEffect(() => { getCorrectionData() }, [page, keywords]) - + return (
{contextHolder} @@ -379,8 +379,14 @@ export default function CorrectionModal(props: any) {
- + +
*上传完整的补正通知书或者完整的补正通知书的截图,要求右上方的流水号和右下方的补正通知书的日期都得完整显示
- { + { setPage(page) getContractArray(page) }} />