mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
fix bug
This commit is contained in:
@@ -208,7 +208,7 @@ onMounted(() => {
|
|||||||
<VForm @submit.prevent="() => {}">
|
<VForm @submit.prevent="() => {}">
|
||||||
<VRow>
|
<VRow>
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
<VCombobox
|
<VSelect
|
||||||
v-model="transferForm.target_storage"
|
v-model="transferForm.target_storage"
|
||||||
:items="storageOptions"
|
:items="storageOptions"
|
||||||
label="目的存储"
|
label="目的存储"
|
||||||
|
|||||||
Reference in New Issue
Block a user