Explorar o código

团队权限修改

PrinceLee %!s(int64=5) %!d(string=hai) anos
pai
achega
0039cf26d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: '全部' })