ソースを参照

518合并代码

XMLWAN 2 年 前
コミット
a8ff837c30
共有2 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 1 0
      src/xt_pages/hospitalStation/components/deskRecord.vue
  2. 1 0
      src/xt_pages/outpatientDoctorStation/components/deskRecord.vue

+ 1 - 0
src/xt_pages/hospitalStation/components/deskRecord.vue ファイルの表示

@@ -848,6 +848,7 @@ export default {
848 848
         if (this.case_history.diagnose == 0) {
849 849
           this.case_history.diagnose = "";
850 850
         }
851
+        this.allergic_history = this.case_history.allergic_history
851 852
         this.form.id = this.case_history.id;
852 853
         this.primary_disease = this.case_history.primary_disease
853 854
         this.confirm_failure_date = this.case_history.confirm_failure_date

+ 1 - 0
src/xt_pages/outpatientDoctorStation/components/deskRecord.vue ファイルの表示

@@ -849,6 +849,7 @@ export default {
849 849
           this.case_history.diagnose = "";
850 850
         }
851 851
         this.form.id = this.case_history.id;
852
+        this.allergic_history = this.case_history.allergic_history
852 853
         this.primary_disease = this.case_history.primary_disease
853 854
         this.confirm_failure_date = this.case_history.confirm_failure_date
854 855
         this.drug_allergy_history = this.case_history.drug_allergy_history