王通 před 1 rokem
rodič
revize
37a8e757d3
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/forest.vue

+ 2 - 2
src/views/forest.vue

@@ -1271,10 +1271,10 @@ export default {
             this.$refs.bottomMenu.updateAlert();
             this.$refs.up.play();
             //}
-          }else {
-            this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
           }
         })
+      }else {
+        this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
       }
       console.log(that.eventList[0])
     },