diff --git a/src/views/customerOrg/patientRegister.vue b/src/views/customerOrg/patientRegister.vue index 95b116a..0b19c30 100644 --- a/src/views/customerOrg/patientRegister.vue +++ b/src/views/customerOrg/patientRegister.vue @@ -81,11 +81,11 @@ export default { ); //体检单位 - getapi("/api/app/customer-org/in-filter").then((res) => { - if (res.code == 1) { - this.dict.customerOrg = res.data.items; - } - }); + // getapi("/api/app/customer-org/in-filter").then((res) => { + // if (res.code == 1) { + // this.dict.customerOrg = res.data.items; + // } + // }); //体检类别 getapi("/api/app/medical-type/in-filter").then((res) => {