Browse Source

团队权限修改

PrinceLee 5 years ago
parent
commit
0039cf26d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/workbench/team/index.vue

+ 1 - 1
src/views/workbench/team/index.vue

@@ -178,7 +178,7 @@ export default {
       }
     },
     async queryTeamInfoList() { // 获取用户团队列表
-      const res = await queryTeamInfoList({ curIndex: 1, pageSize: 9999 })
+      const res = await queryTeamInfoList({ curIndex: 1, pageSize: 9999, type: 0 })
       if (res.code === 200 && res.data) {
         this.searchEnum.teams = res.data.list
         this.searchEnum.teams.unshift({ teamId: null, teamName: '全部' })