上传视频逻辑优化

This commit is contained in:
禺狨 2023-07-05 12:18:04 +08:00
parent 4e94f642c4
commit d39c11ad98

View File

@ -130,6 +130,7 @@ export const UploadVideoButton = (props: PropsInterface) => {
} }
setShowModal(false); setShowModal(false);
setFileList([]); setFileList([]);
localFileList.current = [];
props.onUpdate(); props.onUpdate();
}; };