Browse Source

刷新列表

王通 1 năm trước cách đây
mục cha
commit
37a8e757d3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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])
     },