no message
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -302,7 +302,7 @@ export function getMyTeamList(cptId, groupId) { | ... | @@ -302,7 +302,7 @@ export function getMyTeamList(cptId, groupId) { |
| 302 | }) | 302 | }) |
| 303 | } | 303 | } |
| 304 | 304 | ||
| 305 | export function getMygetMyGroupForCptGroupForCpt(groupId, cptId) { | 305 | export function getMyGroupForCpt(groupId, cptId) { |
| 306 | return request({ | 306 | return request({ |
| 307 | url: `/league/group/getMyGroupForCpt/${groupId}/${cptId}`, | 307 | url: `/league/group/getMyGroupForCpt/${groupId}/${cptId}`, |
| 308 | method: 'get' | 308 | method: 'get' | ... | ... |
| ... | @@ -261,7 +261,7 @@ let hasChooseId | ... | @@ -261,7 +261,7 @@ let hasChooseId |
| 261 | function tuandui() { | 261 | function tuandui() { |
| 262 | loading.value = true | 262 | loading.value = true |
| 263 | Promise.all([ | 263 | Promise.all([ |
| 264 | match.(groupId.value, matchId), | 264 | match.getMyGroupForCpt(groupId.value, matchId), |
| 265 | match.getChooseDoneGroupCoachs(matchId, groupId.value) | 265 | match.getChooseDoneGroupCoachs(matchId, groupId.value) |
| 266 | ]).then((res) => { | 266 | ]).then((res) => { |
| 267 | personAllList.value = res[0].data | 267 | personAllList.value = res[0].data | ... | ... |
-
Please register or sign in to post a comment