Commit 238f642f authored by 陈明豪's avatar 陈明豪

病历管理修改

parent be5d1e3b
...@@ -83,3 +83,11 @@ export function editRecord(data) { ...@@ -83,3 +83,11 @@ export function editRecord(data) {
data data
}) })
} }
// 编辑病例
export function getRecordPayment(id) {
return request({
url: '/business/record/paymentDetailForMedical/' + id,
method: 'get'
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment