LiuTeng пре 1 година
родитељ
комит
69ed893e9f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/report/index.vue

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

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