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 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBug132=20=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E3=80=90=E7=97=85=E5=8C=BA/=E5=BA=8A=E4=BD=8D?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E3=80=91=E2=86=92=E7=82=B9=E5=87=BB=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=85=B3=E8=81=94=E7=A7=91=E5=AE=A4=E6=97=B6=E5=BF=85?= =?UTF-8?q?=E5=A1=AB=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', }, From f60e07098428613ff1c5e0a2cf7ed4eac6c83840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=89=E7=8B=BB=E7=8C=8A?= Date: Tue, 24 Feb 2026 16:50:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B8=AE=E5=8A=A9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA=E5=BC=B9=E5=87=BA=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openhis-ui-vue3/src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/layout/components/Navbar.vue b/openhis-ui-vue3/src/layout/components/Navbar.vue index 8e8c3819..f4fd7d2d 100644 --- a/openhis-ui-vue3/src/layout/components/Navbar.vue +++ b/openhis-ui-vue3/src/layout/components/Navbar.vue @@ -240,7 +240,7 @@ function openNoticePanel() { } function goToHelpCenter() { - router.push({name: 'HelpCenter'}); + window.open(window.location.origin + '/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/dist/pages/520e67/index.html', '_blank'); }