12.30上午提交
This commit is contained in:
@@ -373,6 +373,17 @@ class API extends HTTP {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
//获取抄送处方列表
|
||||
getDoctorPrescriptionTransfer(params) {
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/doctor/prescription/transfer`,
|
||||
method: 'GET',
|
||||
data: {
|
||||
...params
|
||||
}
|
||||
})
|
||||
}
|
||||
//获取处方详情
|
||||
getDoctorPrescriptionInfo(params) {
|
||||
return this.request({
|
||||
|
||||
Reference in New Issue
Block a user