Browse Source

自备药

XMLWAN 4 years ago
parent
commit
3e2bf674f4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue

+ 3 - 3
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue View File

@@ -768,7 +768,7 @@
768 768
         this.form['dialysis_order_id'] = this.dialysis_order.id
769 769
       },
770 770
       doctor_advices: function() {
771
-       
771
+
772 772
         this.handleSpanTempArr()
773 773
         this.hoverOrderArr = []
774 774
         this.handleStyle()
@@ -841,7 +841,7 @@
841 841
               adviceNames: this.other_doctor_advices,
842 842
               remark: ''
843 843
             }
844
-         
844
+
845 845
             let mode = '1'
846 846
             CreateGroupAdvice(this.patientid, 0, submitForm, mode).then(
847 847
               response => {
@@ -1462,7 +1462,7 @@
1462 1462
       }
1463 1463
       ,
1464 1464
       checkAdvice() {
1465
-        console.log(this.$store.getters.xt_user)
1465
+        // console.log(this.$store.getters.xt_user)
1466 1466
         if (this.currentRow == null) {
1467 1467
           this.$message.error('请先选择要核对的医嘱!')
1468 1468
           return false