|
@@ -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: '全部' })
|