From d7928198ad4f63e57d3e3506edbc4681dcc489b6 Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Thu, 28 Dec 2023 14:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=AE=A1=E7=90=86=E5=8A=9F=E8=83=BD=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 6 +++++- src/views/patients-manage/surgery-info.vue | 11 +++++++---- .../permissions-manage/doctor-manage.vue | 19 +++++++++++++++++-- .../permissions-manage/form/doctor-form.vue | 3 ++- 4 files changed, 31 insertions(+), 8 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 18b0759..ae17f51 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -70,7 +70,11 @@ const router = useRouter() const route = useRoute() const userInfo = useLoginStore().getlogin() -const hospitals: any = getHospitalsData() +let hospitals: any +getHospitalsData().then((res: any) => { + hospitals = res + console.log(res) +}) const menus = [] as any switch (userInfo.permissions) { diff --git a/src/views/patients-manage/surgery-info.vue b/src/views/patients-manage/surgery-info.vue index 19d4483..6be9034 100644 --- a/src/views/patients-manage/surgery-info.vue +++ b/src/views/patients-manage/surgery-info.vue @@ -3,12 +3,11 @@

电子病史

- 下载 - +
-