LiuTeng 1 rok temu
rodzic
commit
69ed893e9f
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
     },
   },