LiuTeng 1 год назад
Родитель
Сommit
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);
     },
   },