Browse Source

医护管理

XMLWAN 4 years ago
parent
commit
8042883c8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/medicalScheduling/schedulingStatistics.vue

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

@@ -449,7 +449,7 @@ export default {
449 449
         },
450 450
 
451 451
         changeMonth(value){
452
-            console.log(value)
452
+            // console.log(value)
453 453
             console.log('monthStartTime',value.getTime() / 1000)
454 454
             let monthStartTime = value.getTime() / 1000
455 455
             var nowDate = new Date(value);