mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: 解决远程下载取消之后 下载进度弹框没有消失的BUG
This commit is contained in:
committed by
zhengkunwang223
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 });
|
||||
|
||||
Reference in New Issue
Block a user