提交 af68b014 编写于 作者: yi.li's avatar yi.li

接口位置

上级 60f30af2
...@@ -37,16 +37,6 @@ export const submitFeedback = (data) => { ...@@ -37,16 +37,6 @@ export const submitFeedback = (data) => {
method: 'post', method: 'post',
data: data, data: data,
}) })
export const getPatientDetail = (patientId) => {
return fetch({
headers,
url: getBaseUrl(`healths/patients/${patientId}`),
method: 'get',
// params: params,
description: '获取居民详情',
})
};
}; };
/*资料不全居民*/ /*资料不全居民*/
...@@ -76,3 +66,13 @@ export const getNotCompleteCount = (params) => { ...@@ -76,3 +66,13 @@ export const getNotCompleteCount = (params) => {
description: '获取未完善居民人数', description: '获取未完善居民人数',
}) })
}; };
export const getPatientDetail = (patientId) => {
return fetch({
headers,
url: getBaseUrl(`healths/patients/${patientId}`),
method: 'get',
// params: params,
description: '获取居民详情',
})
};
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册