Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

* 'develop' of github.com:Frappet/bma-ehr-frontend:
  fix bug
This commit is contained in:
Warunee Tamkoo 2024-06-28 18:44:23 +07:00
commit 691a57101b

View file

@ -316,7 +316,7 @@ const saveDetail = () => {
await fetchReportCover("pdf", orderId.value); //
// type
if (attachmentStatus.value || code.value === "c-pm-38") {
if (attachmentStatus.value) {
//
await fetchReportAttachment("pdf", orderId.value);