LiuTeng 1 anno fa
parent
commit
69ed893e9f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     },
   },