From d74e65ffd7afde5d0ed91a1285b2b2f6d5f3f6fa Mon Sep 17 00:00:00 2001 From: yinsiyu <516159562@qq.com> Date: Tue, 16 Jul 2024 11:42:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common/index.js | 17 ++++++ src/components/RemindPreview/index.vue | 63 ---------------------- src/layout/components/Navbar.vue | 2 +- .../followupStatistical/listPage/index.vue | 2 +- 4 files changed, 19 insertions(+), 65 deletions(-) delete mode 100644 src/components/RemindPreview/index.vue diff --git a/src/api/common/index.js b/src/api/common/index.js index 8b8a759..cc31970 100644 --- a/src/api/common/index.js +++ b/src/api/common/index.js @@ -29,3 +29,20 @@ export function getArticleSnapshot(id) { method: "get", }); } + +// 获取所有医生 +export function getDoctorAllList(query) { + return request({ + url: `/common/doctor/list`, + method: "get", + params: query, + }); +} +// 医院二维码 +export function hospitalQrcode(query) { + return request({ + url: `/hosp/generate-qrcode`, + method: "get", + params: query, + }); +} diff --git a/src/components/RemindPreview/index.vue b/src/components/RemindPreview/index.vue deleted file mode 100644 index fd6749e..0000000 --- a/src/components/RemindPreview/index.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 5d25aa2..70d7028 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -34,7 +34,7 @@ import TopNav from "@/components/TopNav"; import Hamburger from "@/components/Hamburger"; import Screenfull from "@/components/Screenfull"; import Popup from "@/components/Popup"; -import { hospitalQrcode } from "@/api/hospital"; +import { hospitalQrcode } from "@/api/common/index"; export default { components: { diff --git a/src/views/statisticalManage/followupStatistical/listPage/index.vue b/src/views/statisticalManage/followupStatistical/listPage/index.vue index bef2e47..20b56c0 100644 --- a/src/views/statisticalManage/followupStatistical/listPage/index.vue +++ b/src/views/statisticalManage/followupStatistical/listPage/index.vue @@ -274,7 +274,7 @@