fix: 健康管理系统,统计页面功能开发。

This commit is contained in:
tianyongbao
2024-12-19 16:08:27 +08:00
parent 42711ddc49
commit e13adf29be
9 changed files with 301 additions and 207 deletions

View File

@@ -23,3 +23,19 @@ export function getHealthAnalysis(query) {
params: query
})
}
export function getRecordAnalysis(query) {
return request({
url: '/health/analysis/recordAnalysis',
method: 'get',
params: query
})
}
export function getDoctorAnalysis(query) {
return request({
url: '/health/analysis/doctorAnalysis',
method: 'get',
params: query
})
}