From 464f01f2e572b2872f265fb5c1ba1d137c5bcb07 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 22 Aug 2024 16:21:38 +0800 Subject: [PATCH] seo --- .../doctorCheck/PatientRegisterList.vue | 2 +- src/components/follow/FollowList.vue | 32 ++----------------- src/components/follow/follow.vue | 2 +- src/views/charge/charge.vue | 2 +- src/views/customerOrg/patientLis.vue | 2 +- src/views/customerOrg/patientRegister.vue | 3 +- .../customerOrg/patientRegisterRecover.vue | 2 +- .../customerOrg/patientRegisterRefuse.vue | 2 +- src/views/customerOrg/patientRegisterSign.vue | 2 +- src/views/doctorCheck/doctorCheck.vue | 27 +++++++++------- 10 files changed, 26 insertions(+), 50 deletions(-) diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index a77f276..c2c903b 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -316,7 +316,7 @@ export default { //分组,所有分组,不限单位,不限次数 - getapi("/api/app/customerorggroup/getlistinfilter").then((res) => { + postapi("/api/app/CustomerOrgGroup/GetBasicList").then((res) => { if (res.code > -1) { this.dict.customerOrgGroupAll = res.data; } diff --git a/src/components/follow/FollowList.vue b/src/components/follow/FollowList.vue index 247e643..9f1e1f4 100644 --- a/src/components/follow/FollowList.vue +++ b/src/components/follow/FollowList.vue @@ -92,34 +92,6 @@ - - -