ソースを参照

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 年間 前
コミット
e520f7a020
共有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
           }