登录页切换医院添加限制条件
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-03-24 10:50:45 +08:00
parent 6d4705c0d4
commit 403e78f1da
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ export default {
}
},
openHospital() {
if (this.hospitalList.length <= 1) return false
this.form.Id = this.hospital.Id
this.visible = true
},