陈少旭 преди 1 година
родител
ревизия
1609b79b04
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/xt_pages/outpatientCharges/chargeDetailManagement.vue

+ 2 - 2
src/xt_pages/outpatientCharges/chargeDetailManagement.vue Целия файл

@@ -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
           }