Browse Source

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

See999 4 years ago
parent
commit
e8a56b9f7f

+ 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 => {

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

@@ -435,7 +435,7 @@ export default {
435 435
         },
436 436
 
437 437
         changeMonth(value){
438
-            console.log(value)
438
+            // console.log(value)
439 439
             console.log('monthStartTime',value.getTime() / 1000)
440 440
             let monthStartTime = value.getTime() / 1000
441 441
             var nowDate = new Date(value);
@@ -557,7 +557,7 @@ export default {
557 557
                     })
558 558
                     
559 559
 
560
-                    console.log('newArr',arr)
560
+                    // console.log('newArr',arr)
561 561
                     this.tableData = arr
562 562
                 }
563 563
             })