liuyu 4 lat temu
rodzic
commit
5e7fd25017
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/views/anchor/index.vue

+ 1 - 0
src/views/anchor/index.vue

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