diff --git a/web_client/src/views/history/components/scaleInfor.vue b/web_client/src/views/history/components/scaleInfor.vue index 98dac52..9850337 100644 --- a/web_client/src/views/history/components/scaleInfor.vue +++ b/web_client/src/views/history/components/scaleInfor.vue @@ -214,7 +214,7 @@ 检查日期 {{ $moment(reportDetail1.patient.checkTime - 0).format( - "YYYY-MM-DD HH:mm" + "YYYY-MM-DD HH:mm", ) }} @@ -235,7 +235,7 @@ :leftShow="leftShow" /> -
+
@@ -430,7 +430,7 @@ export default { } else { this.open = false; this.handleInvoke( - `${this.apiUrl}${data.path}?time${new Date().getTime()}` + `${this.apiUrl}${data.path}?time${new Date().getTime()}`, ); } this.$forceUpdate(); @@ -511,7 +511,7 @@ export default { } this.reportPath = _path; var iframe = document.getElementById( - "reportPartIframe" + this.timestamp + "reportPartIframe" + this.timestamp, ); iframe.onload = () => { iframe.contentWindow.print(); diff --git a/web_client/src/views/history/components/scaleInforCopy.vue b/web_client/src/views/history/components/scaleInforCopy.vue index 80d15f7..eb6c6f9 100644 --- a/web_client/src/views/history/components/scaleInforCopy.vue +++ b/web_client/src/views/history/components/scaleInforCopy.vue @@ -234,7 +234,7 @@ :leftShow="leftShow" /> -
+