增加getEmrDetail 函数
This commit is contained in:
@@ -230,6 +230,15 @@ export function getOrgTree() {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function getEmrDetail(encounterId) {
|
||||
return request({
|
||||
url: '/doctor-station/emr/emr-detail?encounterId=' + encounterId,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 组合/拆组
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user