Browse Source

自备药

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

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

@@ -21,7 +21,7 @@
21 21
         >下一方
22 22
         </el-button>
23 23
       </div>
24
-      
24
+
25 25
 
26 26
       <!--<el-table-->
27 27
       <!--:header-cell-style="{ backgroundColor: 'rgb(245, 247, 250)' }"-->
@@ -892,7 +892,7 @@
892 892
           this.$message.error('没有选择患者')
893 893
           return false
894 894
         }
895
-        console.log(this.form)
895
+        // console.log(this.form)
896 896
         let mode = '2'
897 897
         if (this.form.advice_doctor != this.$store.getters.xt_user.user.id) {
898 898
           mode = '3'