Browse Source

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

XMLWAN 3 years ago
parent
commit
efd3d2ebd4

+ 2 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -1841,7 +1841,8 @@
1841 1841
           this.dialysisPrescription.mode_id = pre.mode_id
1842 1842
         }
1843 1843
         console.log('this.dialysisPrescription.mode_id',this.dialysisPrescription.mode_id)
1844
-        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || this.schedual.mode_id == 2 || this.schedual.mode_id == 5 || this.schedual.mode_id == 12) {
1844
+        console.log('this.schedual',schedual.mode_id)
1845
+        if (pre.mode_id == 2 || pre.mode_id == 5 || pre.mode_id == 12 || schedual.mode_id == 2 || schedual.mode_id == 5 || schedual.mode_id == 12) {
1845 1846
           this.zhiShow = true
1846 1847
           this.huShow = true
1847 1848
           this.totalShow = true

+ 1 - 0
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

@@ -2596,6 +2596,7 @@
2596 2596
             this.curPrescriptions = this.prescriptions[i]
2597 2597
             this.$refs.multipleTable.clearSelection()
2598 2598
             this.$refs.tables.clearSelection()
2599
+            this.clearSelection()
2599 2600
 
2600 2601
           }
2601 2602
         }