Browse Source

518合并代码

XMLWAN 2 years ago
parent
commit
a8ff837c30

+ 1 - 0
src/xt_pages/hospitalStation/components/deskRecord.vue View File

@@ -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 View File

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