From 98be275394aefe811e8d3602b73048f225aecd52 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 7 Feb 2023 13:43:40 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=8D=89=E7=A8=BF=E7=AE=B1=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=202.=E8=8D=89=E7=A8=BF=E7=AE=B1=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BB=A5=E5=8F=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98=203.=E5=8C=BB?= =?UTF-8?q?=E8=81=94=E4=BD=93=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/medicalunion-management.js | 9 +++ .../CustomForm/FormItemSelf.vue | 19 ++++- src/views/screening/DraftBox.vue | 3 +- .../screening/components/ConfigForms.vue | 6 ++ src/views/screening/components/FormTab.vue | 79 +++++++++---------- 5 files changed, 71 insertions(+), 45 deletions(-) diff --git a/src/api/medicalunion-management.js b/src/api/medicalunion-management.js index 0e42096..5a50f14 100644 --- a/src/api/medicalunion-management.js +++ b/src/api/medicalunion-management.js @@ -24,6 +24,15 @@ export function medicalunionList(params = {}) { params, }) } +// 添加标准获取医联体 +export function getMedicalunionList(params = {}) { + return request({ + url: "/cloud-upms/sys/union/select", + method: "get", + params, + }) +} + export function deleteUnion(id) { return request({ url: `/cloud-upms/sys/union/${id}`, diff --git a/src/components/FormComponents/CustomForm/FormItemSelf.vue b/src/components/FormComponents/CustomForm/FormItemSelf.vue index 3df0aaa..9da2981 100644 --- a/src/components/FormComponents/CustomForm/FormItemSelf.vue +++ b/src/components/FormComponents/CustomForm/FormItemSelf.vue @@ -218,8 +218,8 @@