This commit is contained in:
jxxghp
2023-10-17 14:02:54 +08:00
parent ce47afa698
commit ba76f79d85

View File

@@ -59,10 +59,8 @@ const transferForm = reactive({
})
watchEffect(() => {
if (props.path)
transferForm.path = props.path
if (props.target)
transferForm.target = props.target
transferForm.path = props.path ?? ''
transferForm.target = props.target ?? ''
})
// 使用SSE监听加载进度