|
@@ -882,13 +882,13 @@ export default {
|
882
|
882
|
for(let i = 0; i < this.upload_list.length;i++){
|
883
|
883
|
if(this.hisPatientInfo.id == this.upload_list[i].his_patient.id){
|
884
|
884
|
this.$refs.tab.setCurrentRow(this.upload_list[i])
|
885
|
|
- this.getPatientInformation(this.upload_list[0].id)
|
|
885
|
+ this.getPatientInformation(this.upload_list[0].his_patient.id)
|
886
|
886
|
|
887
|
887
|
}
|
888
|
888
|
}
|
889
|
889
|
}else{
|
890
|
890
|
this.$refs.tab.setCurrentRow(this.upload_list[0])
|
891
|
|
- this.getPatientInformation(this.upload_list[0].id)
|
|
891
|
+ this.getPatientInformation(this.upload_list[0].his_patient.id)
|
892
|
892
|
}
|
893
|
893
|
break
|
894
|
894
|
}
|