fix(/person/report): add /person/report
This commit is contained in:
@@ -200,7 +200,7 @@ export const regenerateProjectEmbedding = (data: { project_id: number }) => {
|
||||
|
||||
// 获取个人参与项目
|
||||
export const getPersonProjectDashBoard = () => {
|
||||
return httpFetch<any>({
|
||||
return httpFetch<Array<Project.PersonProjectDashboardResponseItem>>({
|
||||
url:
|
||||
BASE_LABEL_API + `/api/v1/label_server/data_statistics/personal_project`,
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user