提交 24cacef7 编写于 作者: chengxiang.li's avatar chengxiang.li

update

上级 cbd17c5d
...@@ -39,17 +39,14 @@ export const getDiseasesList = (params) => { ...@@ -39,17 +39,14 @@ export const getDiseasesList = (params) => {
}; };
// 新增居民 // 新增居民
export const getUploadHistory = data => {
export const getUploadHistory = params => { // 获取上传历史记录
return fetch({ return fetch({
// url: getBaseUrl(`healths/labels/`), headers,
url: 'https://dev-kf.yunqueyi.com/api/ImpPatMapping/init', url: getBaseUrl(`/healths/docImpPat/import/records`),
headers: { method: 'get',
noSysCode: true, params: params,
"Content-Type": 'application/json' description: '获取上传历史记录',
},
method: 'post',
data: data,
description: '新增分组',
}) })
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册