feat: 前端 API 添加状态统计方法

This commit is contained in:
wkc
2026-02-28 09:24:52 +08:00
parent 6dccf48160
commit 6c33e68fcf
2 changed files with 224 additions and 0 deletions

View File

@@ -173,3 +173,11 @@ export function getMockHistoryProjects() {
]
})
}
// 查询项目状态统计
export function getStatusCounts() {
return request({
url: '/ccdi/project/statusCounts',
method: 'get'
})
}