liuyu 4 年之前
父节点
当前提交
5e7fd25017
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);