导出功能

This commit is contained in:
zoujiandong
2023-11-14 16:20:52 +08:00
parent aa36d30145
commit c44507fb47
20 changed files with 649 additions and 65 deletions
+8
View File
@@ -22,3 +22,11 @@ export function getPrescriptionDetail(id){
method: 'get'
})
}
export function exportPrescription(data){//导出
return request({
url:'/admin/export/prescription',
method: 'post',
data
})
}