病例库-打印功能调整

main
ysn 6 days ago
parent b90aadb7e0
commit 739e827a1b
  1. 2
      src/views/cases/components/UltrasoundReportPrint.vue

@ -152,7 +152,7 @@ export default {
return `<img src="${baseUrl}${sign}" style="height:13px;vertical-align:middle;">`;
},
handlePrint() {
postReportPrint(this.report.id);
postReportPrint({ report_id: this.report.id });
setTimeout(() => (this.visible = false), 300);
},
},

Loading…
Cancel
Save