wuhongyu 4 years ago
parent
commit
ded08ab6cf
1 changed files with 1 additions and 1 deletions
  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);
     },