Browse Source

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

csx 3 years ago
parent
commit
f9341bff93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/xt_pages/hospitalStation/components/deskPrescription.vue

+ 2 - 1
src/xt_pages/hospitalStation/components/deskPrescription.vue View File

@@ -1896,7 +1896,8 @@
1896 1896
               department: this.departmentValue,
1897 1897
               record_date: this.record_date,
1898 1898
               his_patient_id: this.hisPatientInfo.id,
1899
-              reg_type: this.register_type
1899
+              reg_type: this.register_type,
1900
+
1900 1901
             };
1901 1902
 
1902 1903
             for (let i = 0; i < this.prescriptions.length; i++) {