🎨refactor:删除调试代码

main^2
LiaoYijun 3 weeks ago
parent 9429a84ca9
commit 042b64a4ef

@ -55,14 +55,7 @@ function Detail() {
const attachmentKey = `GHH/${travelAgencyId}/${reservationId}/PCISN${confirm.key}`;
return (
<>
{/* {confirm.attachmentList.map(attch => {
return (
<Tag key={attch.file_name} bordered={false} icon={<FileOutlined />}>
<a href={attch.file_url} target='_blank' rel='noreferrer'>{attch.file_name}</a>
</Tag>
)}
)} */}
<ImageUploader osskey={attachmentKey} ignore_case={false} deletable={false} />
<ImageUploader osskey={attachmentKey} ignore_case={false} deletable={false} />
</>
);
}
@ -118,10 +111,6 @@ function Detail() {
setIsModalOpen(false);
};
console.info("detail: ", reservationDetail)
console.info("confirmationList: ", confirmationList)
useEffect(() => {
setDataLoading(true);

Loading…
Cancel
Save