Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1287e80b
authored
2024-05-14 11:20:49 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
148e7844
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/apiPc/match.js
src/viewsPc/match/chooseCoach.vue
src/apiPc/match.js
View file @
1287e80
...
...
@@ -302,7 +302,7 @@ export function getMyTeamList(cptId, groupId) {
})
}
export
function
getMy
getMyGroupForCpt
GroupForCpt
(
groupId
,
cptId
)
{
export
function
getMyGroupForCpt
(
groupId
,
cptId
)
{
return
request
({
url
:
`/league/group/getMyGroupForCpt/
${
groupId
}
/
${
cptId
}
`
,
method
:
'get'
...
...
src/viewsPc/match/chooseCoach.vue
View file @
1287e80
...
...
@@ -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
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment