liuyu 4 년 전
부모
커밋
e05b4bdf56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
       }