1287e80b by 杨炀

no message

1 parent 148e7844
......@@ -302,7 +302,7 @@ export function getMyTeamList(cptId, groupId) {
})
}
export function getMygetMyGroupForCptGroupForCpt(groupId, cptId) {
export function getMyGroupForCpt(groupId, cptId) {
return request({
url: `/league/group/getMyGroupForCpt/${groupId}/${cptId}`,
method: 'get'
......
......@@ -261,7 +261,7 @@ let hasChooseId
function tuandui() {
loading.value = true
Promise.all([
match.(groupId.value, matchId),
match.getMyGroupForCpt(groupId.value, matchId),
match.getChooseDoneGroupCoachs(matchId, groupId.value)
]).then((res) => {
personAllList.value = res[0].data
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!