From 3f7169844c5e2b642e19ec1debc08ae48049d6cf Mon Sep 17 00:00:00 2001 From: xiaoming <13564692840@163.com> Date: Tue, 24 Feb 2026 15:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBug132=20=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E3=80=90=E7=97=85=E5=8C=BA/=E5=BA=8A=E4=BD=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=91=E2=86=92=E7=82=B9=E5=87=BB=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=85=B3=E8=81=94=E7=A7=91=E5=AE=A4=E6=97=B6=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=A1=B9=EF=BC=8C=E9=9C=80=E8=A6=81=E5=8A=A0*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/views/basicmanage/ward/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/basicmanage/ward/index.vue b/openhis-ui-vue3/src/views/basicmanage/ward/index.vue index 71a483f7..430bc7bf 100644 --- a/openhis-ui-vue3/src/views/basicmanage/ward/index.vue +++ b/openhis-ui-vue3/src/views/basicmanage/ward/index.vue @@ -379,7 +379,7 @@ const rules = ref({ ], busNoParent: [ { - required: form.formEnum != 4, + required: true, message: '请选择上级' + type.value, trigger: 'blur', },