liuyu 4 år sedan
förälder
incheckning
e05b4bdf56
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/live/parts/liveList.vue

+ 1 - 1
src/views/live/parts/liveList.vue

@@ -50,7 +50,7 @@ export default {
   methods: {
     ...room({ roomQuery: 'query' }),
     async searchInfo() {
-      let res = await this.roomQuery();
+      let res = await this.roomQuery({ skip: 0, limit: 100000, status: 1 });
       if (this.$checkRes(res)) {
         this.$set(this, `list`, res.data);
       }