From 48a93cf55fc1ce4b7b5141173e95acb859d0a991 Mon Sep 17 00:00:00 2001
From: lichuanyang <1176537920@qq.com>
Date: Wed, 18 Dec 2024 10:59:42 +0800
Subject: [PATCH] =?UTF-8?q?ecg=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BF?=
=?UTF-8?q?=E5=9B=BE=E7=89=87=E7=AD=BE=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/ECG/ReportInfoECG/index.ts | 11 ++++++++
.../reportPrintStatistics/ReportInfoECG.vue | 25 ++++++++++++++++++-
2 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 src/api/ECG/ReportInfoECG/index.ts
diff --git a/src/api/ECG/ReportInfoECG/index.ts b/src/api/ECG/ReportInfoECG/index.ts
new file mode 100644
index 00000000..59bae718
--- /dev/null
+++ b/src/api/ECG/ReportInfoECG/index.ts
@@ -0,0 +1,11 @@
+import request from '@/config/axios'
+
+/*
+ * 李传洋
+ * ReportInfoECGApi
+ */
+export const ReportInfoECGApi = {
+ getDoctorBydoctorID: async (doctorID: any) => {
+ return await request.get({ url: `/doctor/getBydoctorID?doctorID=` + doctorID })
+ }
+}
diff --git a/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue b/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue
index 0a867585..1983ea2d 100644
--- a/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue
+++ b/src/views/applyregistration/reportPrintStatistics/ReportInfoECG.vue
@@ -38,7 +38,21 @@