申请补正添加不正截图注意事项

This commit is contained in:
lyp 2025-01-13 14:27:23 +08:00
parent 5a9e92e06d
commit 77c688e6cb
2 changed files with 11 additions and 5 deletions

View File

@ -157,7 +157,7 @@ export default function CorrectionModal(props: any) {
type: 'upCorrectionTotal', type: 'upCorrectionTotal',
val: data.data.total val: data.data.total
}) })
} }
}) })
@ -194,13 +194,13 @@ export default function CorrectionModal(props: any) {
}, },
}) })
} }
useEffect(() => { useEffect(() => {
getCorrectionData() getCorrectionData()
}, [page, keywords]) }, [page, keywords])
return ( return (
<div className='refunModal'> <div className='refunModal'>
{contextHolder} {contextHolder}
@ -379,8 +379,14 @@ export default function CorrectionModal(props: any) {
</Upload> </Upload>
</Form.Item> </Form.Item>
</div> </div>
</div>
</div>
<div
style={{
color: '#FF0000',
marginLeft:10
}}
>*</div>
<Form.Item> <Form.Item>
<div className='refunModal-btn'> <div className='refunModal-btn'>
<Button type="primary" htmlType="submit" style={{ <Button type="primary" htmlType="submit" style={{

View File

@ -141,7 +141,7 @@ export default function CONTRACT() {
</div> </div>
</div> </div>
<div className='pagination' > <div className='pagination' >
<Pagination defaultCurrent={page} total={total} pageSize={10} showSizeChanger={false} onChange={(page) => { <Pagination current={page} total={total} pageSize={10} showSizeChanger={false} onChange={(page) => {
setPage(page) setPage(page)
getContractArray(page) getContractArray(page)
}} /> }} />