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