From 403e78f1daf4f6f897c6447b6faaaa3cdd042f8f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 24 Mar 2025 10:50:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=8C=BB=E9=99=A2=E6=B7=BB=E5=8A=A0=E9=99=90=E5=88=B6=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 047c0ff..306903b 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -218,6 +218,7 @@ export default { } }, openHospital() { + if (this.hospitalList.length <= 1) return false this.form.Id = this.hospital.Id this.visible = true },