fix: 提交修改
Build and Deploy Vue3 / build (push) Successful in 1m31s
Build and Deploy Vue3 / deploy (push) Successful in 1m9s

This commit is contained in:
2026-04-15 16:02:36 +08:00
parent 2f06aa9f5f
commit b3ed406f84
61 changed files with 7476 additions and 7226 deletions
+2 -3
View File
@@ -125,7 +125,7 @@ const vmOptionsLoading = ref(false)
const loadVmOptions = async () => {
vmOptionsLoading.value = true
try {
const res = await getVmList({ service_id: serviceId.value, page: 1, page_size: 10 })
const res = await getVmList({ service_id: serviceId.value, page: 1, count: 10 })
if (res?.data?.code === 200 && res?.data?.data) {
const inner = res.data.data
vmOptions.value = inner.vms || inner.data || inner.list || (Array.isArray(inner) ? inner : [])
@@ -230,6 +230,5 @@ defineExpose({ loadList })
<style scoped>
.backup-manage { padding: 0; }
.toolbar { display: flex; gap: 8px; margin-top: 12px; margin-bottom: 16px; }
.pagination-wrapper { display: flex; justify-content: flex-end; margin-top: 16px; }
.toolbar { margin-top: 12px; }
</style>