mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 00:39:43 +08:00
fix ui
This commit is contained in:
@@ -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监听加载进度
|
||||
|
||||
Reference in New Issue
Block a user