瀏覽代碼

提交代码

陈少旭 1 年之前
父節點
當前提交
1609b79b04
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/outpatientCharges/chargeDetailManagement.vue

+ 2 - 2
src/xt_pages/outpatientCharges/chargeDetailManagement.vue 查看文件

882
                 for(let i = 0; i < this.upload_list.length;i++){
882
                 for(let i = 0; i < this.upload_list.length;i++){
883
                   if(this.hisPatientInfo.id == this.upload_list[i].his_patient.id){
883
                   if(this.hisPatientInfo.id == this.upload_list[i].his_patient.id){
884
                     this.$refs.tab.setCurrentRow(this.upload_list[i])
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
               }else{
889
               }else{
890
                 this.$refs.tab.setCurrentRow(this.upload_list[0])
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
               break
893
               break
894
           }
894
           }