fix ReoranizeDialog

This commit is contained in:
jxxghp
2024-09-21 17:04:54 +08:00
parent 24e184eace
commit 4434d7b8c9
3 changed files with 3 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ onMounted(() => {
<VForm @submit.prevent="() => {}">
<VRow>
<VCol cols="12" md="6">
<VCombobox
<VSelect
v-model="transferForm.target_storage"
:items="storageOptions"
label="目的存储"