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