按项目拉取逻辑更改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
221bba266e
commit
a6456cd932
|
|
@ -718,7 +718,7 @@ export default {
|
||||||
openGroup(row, type = 1) {
|
openGroup(row, type = 1) {
|
||||||
this.currentData = row
|
this.currentData = row
|
||||||
this.groupStatus = type
|
this.groupStatus = type
|
||||||
if (row) {
|
if (Object.keys(row).length !== 0) {
|
||||||
this.hospitalGroupList = row.CurrentUserHospitalGroupList
|
this.hospitalGroupList = row.CurrentUserHospitalGroupList
|
||||||
} else {
|
} else {
|
||||||
this.hospitalGroupList = this.multipleSelection[0].CurrentUserHospitalGroupList
|
this.hospitalGroupList = this.multipleSelection[0].CurrentUserHospitalGroupList
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue