From 140a82b2077c892c8a4bbd2fa815ac904aa53800 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 27 Mar 2024 12:01:28 +0800 Subject: [PATCH] ss --- src/views/customerOrg/patientRegister.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) => {