Browse Source

更新数据

XMLWAN 4 years ago
parent
commit
904b86a947
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/doctorAdvice/components/DoctorManagement.vue

+ 2 - 2
src/pages/doctorAdvice/components/DoctorManagement.vue View File

237
         if (response.data.state === 1) {
237
         if (response.data.state === 1) {
238
           var advice = response.data.data.advice;
238
           var advice = response.data.data.advice;
239
           this.doctorAdvice = advice;
239
           this.doctorAdvice = advice;
240
-          console.log("医嘱", advice);
240
+         // console.log("医嘱", advice);
241
           var total = response.data.data.total;
241
           var total = response.data.data.total;
242
-          console.log("总计", total);
242
+        //  console.log("总计", total);
243
         }
243
         }
244
       });
244
       });
245
     },
245
     },