@ -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);