公告板
版本库
filestore
活动
搜索
登录
main
/
ltkj_peisweb_region
路泰科技体检前端区域版
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region
qx
3 天以前
76af820e2e11366b322705b51c351ace3d40608a
[ltkj_peisweb_region.git]
/
src
/
api
/
count
/
examination.js
1
2
3
4
5
6
7
8
9
10
import request from '@/utils/request'
// 体检结果异常数据列表接口
export function getResult(query) {
return request({
url: '/home/page/GetAbnormalData',
method: 'get',
params:query
})
}