LiuTeng 1 year ago
parent
commit
69ed893e9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/index.vue

+ 1 - 1
src/views/report/index.vue

@@ -91,7 +91,7 @@ export default {
 
 
   watch: {
   watch: {
     timerTime(e) {
     timerTime(e) {
-      // this.startTimer(e);
+      this.startTimer(e);
     },
     },
   },
   },