This commit is contained in:
qsh
2025-05-29 16:18:29 +08:00
parent 126853ad45
commit cd3a39fa47
8 changed files with 421 additions and 31 deletions

View File

@@ -143,3 +143,12 @@ export const getChannelOptions = () => {
// headers: { 'instance-id': 1016 }
})
}
// 获取统计表中的合计信息
export const getOkrStatisticsTotal = (params) => {
return request.get({
url: '/admin-api/okr/node/data/count',
params
// headers: { 'instance-id': 1016 }
})
}