liuyu 4 år sedan
förälder
incheckning
5e7fd25017
1 ändrade filer med 1 tillägg och 0 borttagningar
  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']),
     ...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);