mirror of https://github.com/1Panel-dev/1Panel
fix: 解决远程下载取消之后 下载进度弹框没有消失的BUG
parent
0c6b52ed4c
commit
bb6f46f20d
|
@ -110,6 +110,7 @@ const getFileName = (url: string) => {
|
|||
const acceptParams = (props: WgetProps) => {
|
||||
addForm.path = props.path;
|
||||
open.value = true;
|
||||
submitData.value = false;
|
||||
};
|
||||
|
||||
defineExpose({ acceptParams });
|
||||
|
|
Loading…
Reference in New Issue