guhongwei 4 vuotta sitten
vanhempi
commit
ffe54538a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/superAdminCenter/permission/index.vue

+ 1 - 1
src/views/superAdminCenter/permission/index.vue

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