1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-17 03:04:46 +08:00

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

This commit is contained in:
zhengkunwang223 2023-03-09 14:46:25 +08:00 committed by zhengkunwang223
parent 0c6b52ed4c
commit bb6f46f20d

View File

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