1287e80b by 杨炀

no message

1 parent 148e7844
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!