wuhongyu 4 년 전
부모
커밋
ded08ab6cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/room/index.vue

+ 1 - 1
src/views/room/index.vue

@@ -77,7 +77,7 @@ export default {
     },
 
     async searchinfo() {
-      let res = await this.roomuserquery((skip = 0), (limit = 100000));
+      let res = await this.roomuserquery({ skip: 0, limit: 100000 });
       console.log(res.data);
       this.$set(this, `clientList`, res.data);
     },