Merge branch 'release_electronic_bid_evaluation_room' into 'release_20230210'

2.10 修改bug

See merge request eshop/fe_service_ebtp_frontend!153
This commit is contained in:
jl-zhoujl2
2023-02-10 15:04:53 +00:00

View File

@ -723,7 +723,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void,
useEffect(() => { useEffect(() => {
setTotal(exceptionData?.total || 0); setTotal(exceptionData?.total || 0);
setCurrent(exceptionData?.currnet || 1); // setCurrent(exceptionData?.pages || 1);
}, [exceptionData]) }, [exceptionData])
return ( return (
<Modal <Modal
@ -733,6 +733,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void,
onCancel={() => { onCancel={() => {
project.current = ""; project.current = "";
owner.current = ""; owner.current = "";
setCurrent(1);
onCancel() onCancel()
}} }}
width={"60%"} width={"60%"}