|
@ -210,7 +210,6 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
this.hospital_depart_name = hospital.hospital_name + ' ' + hospital.depart_name |
|
|
this.hospital_depart_name = hospital.hospital_name + ' ' + hospital.depart_name |
|
|
|
|
|
|
|
|
this.type = hospital.type |
|
|
this.type = hospital.type |
|
|
if(this.type == 2){ |
|
|
if(this.type == 2){ |
|
|
this.$pop.modelShow('该科室不允许签到', '/pages/index/index') |
|
|
this.$pop.modelShow('该科室不允许签到', '/pages/index/index') |
|
|