This commit is contained in:
jxxghp
2023-10-17 14:02:54 +08:00
parent ce47afa698
commit ba76f79d85
+2 -4
View File
@@ -59,10 +59,8 @@ const transferForm = reactive({
}) })
watchEffect(() => { watchEffect(() => {
if (props.path) transferForm.path = props.path ?? ''
transferForm.path = props.path transferForm.target = props.target ?? ''
if (props.target)
transferForm.target = props.target
}) })
// 使用SSE监听加载进度 // 使用SSE监听加载进度