mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-11 12:10:45 +08:00
fix: 解决远程下载取消之后 下载进度弹框没有消失的BUG
This commit is contained in:
parent
0c6b52ed4c
commit
bb6f46f20d
1 changed files with 1 additions and 0 deletions
|
|
@ -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 });
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue