feat: adjust openapi page laod

This commit is contained in:
engigu
2026-03-06 08:53:22 +08:00
parent 40c3c58312
commit 36d1569f83
11 changed files with 293 additions and 256 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ async function loadTasks() {
type: filterType.value === 'all' ? undefined : filterType.value,
agent_id: filterAgentId.value || undefined
})
tasks.value = res.list
tasks.value = res.data
total.value = res.total
} catch { toast.error('加载任务失败') }
}