Browse Source

新分支

28169 2 years ago
parent
commit
e38f62bd10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/dialysis/newDoctorAdvice.vue

+ 1 - 1
src/xt_pages/dialysis/newDoctorAdvice.vue View File

@@ -829,7 +829,7 @@ export default {
829 829
       });
830 830
     },
831 831
     clickCurrent(val) {
832
-     // console.log(val);
832
+      console.log(val);
833 833
       this.$router.push({
834 834
         path: "/dialysis/details",
835 835
         query: { patient_id: val.patient_id, date: val.sch_time_int,mode_id:val.mode_id }