按项目拉取逻辑更改
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-03-13 17:01:36 +08:00
parent 221bba266e
commit a6456cd932
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ export default {
openGroup(row, type = 1) {
this.currentData = row
this.groupStatus = type
if (row) {
if (Object.keys(row).length !== 0) {
this.hospitalGroupList = row.CurrentUserHospitalGroupList
} else {
this.hospitalGroupList = this.multipleSelection[0].CurrentUserHospitalGroupList