|
@@ -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);
|
|
|
},
|