fix: 解决远程下载取消之后 下载进度弹框没有消失的BUG

pull/196/head
zhengkunwang223 2023-03-09 14:46:25 +08:00 committed by zhengkunwang223
parent 0c6b52ed4c
commit bb6f46f20d
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ const getFileName = (url: string) => {
const acceptParams = (props: WgetProps) => {
addForm.path = props.path;
open.value = true;
submitData.value = false;
};
defineExpose({ acceptParams });