liuyu %!s(int64=4) %!d(string=hai) anos
pai
achega
5e7fd25017
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);