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