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:
@ -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 (
|
||||
<Modal
|
||||
@ -733,6 +733,7 @@ export const ModalList = (props: { modalVisible: boolean, onCancel: () => void,
|
||||
onCancel={() => {
|
||||
project.current = "";
|
||||
owner.current = "";
|
||||
setCurrent(1);
|
||||
onCancel()
|
||||
}}
|
||||
width={"60%"}
|
||||
|
Reference in New Issue
Block a user