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