Browse Source

BUG修复

seimin 3 years ago
parent
commit
d50acee83b
2 changed files with 2 additions and 1 deletions
  1. 1 0
      components/showModel/showModel.vue
  2. 1 1
      pages/homePage/homePage.vue

+ 1 - 0
components/showModel/showModel.vue

@@ -84,6 +84,7 @@ export default {
84 84
     disjunctor(newValue) {
85 85
       if (newValue && this.operate.know == "知道了") {
86 86
         this.time = 5;
87
+        this.timerFlag = true;
87 88
         this.timer = setInterval(() => {
88 89
           this.time--;
89 90
           if (this.time <= 0) {

+ 1 - 1
pages/homePage/homePage.vue

@@ -377,7 +377,7 @@
377 377
               id: this.quickObj.id,
378 378
               classesId: this.quickObj.classes.id,
379 379
             });
380
-            this.GoWork(this.groups);
380
+            this.GoWork([groupObj]);
381 381
           }
382 382
       },
383 383
       // 选择上班快捷组合