|
@@ -73,7 +73,7 @@ export default {
|
|
|
...role({ getRoleList: 'query' }),
|
|
|
...loginMenu(['toGetMenu']),
|
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
- const res = await this.query({ skip, limit, role: '1', pid: this.user.uid, ...info });
|
|
|
+ const res = await this.query({ skip, limit, pid: this.user.uid, ...info });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `list`, res.data);
|
|
|
this.$set(this, `total`, res.total);
|