|
@@ -62,6 +62,7 @@ export default {
|
|
...roomuser(['query', 'delete', 'update']),
|
|
...roomuser(['query', 'delete', 'update']),
|
|
|
|
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
|
+ info.role = '3';
|
|
const res = await this.query({ skip, limit, ...info });
|
|
const res = await this.query({ skip, limit, ...info });
|
|
if (this.$checkRes(res)) {
|
|
if (this.$checkRes(res)) {
|
|
this.$set(this, `list`, res.data);
|
|
this.$set(this, `list`, res.data);
|