fix(/management/person/dashboard): component change

This commit is contained in:
2026-02-03 18:41:37 +08:00
parent f37a119eff
commit 7176174b9d
6 changed files with 195 additions and 93 deletions

View File

@@ -98,7 +98,7 @@ export const getUserTaskList = (params: {
page_size: number
page_number: number
}) => {
return httpFetch<{ simple_task_list: any[]; total_items: number }>({
return httpFetch<Task.ResGetUserTaskList>({
url: BASE_LABEL_API + `/api/v1/label_server/task/list_by_user`,
method: "GET",
data: params,