Browse Source

医护管理

XMLWAN 4 years ago
parent
commit
416b902eb2

+ 1 - 1
src/xt_pages/medicalScheduling/index.vue View File

@@ -411,7 +411,7 @@ export default {
411 411
             getDoctorList().then(response=>{
412 412
                 if(response.data.state == 1){
413 413
                     var list =  response.data.data.list
414
-                    console.log("医护列表",list)
414
+                    // console.log("医护列表",list)
415 415
                     // this.tableData = list
416 416
                     // let arr = []
417 417
                     // list.map(item => {

+ 1 - 1
src/xt_pages/medicalScheduling/schedulingStatistics.vue View File

@@ -571,7 +571,7 @@ export default {
571 571
                     })
572 572
 
573 573
 
574
-                    console.log('newArr',arr)
574
+                    // console.log('newArr',arr)
575 575
                     this.tableData = arr
576 576
                 }
577 577
             })