|
|
|
@ -359,7 +359,7 @@ export default {
|
|
|
|
|
methods: {
|
|
|
|
|
copyTeam(){
|
|
|
|
|
if(this.toTeamId>0){
|
|
|
|
|
teamApi.copyTeam(this.competitionId, this.toTeamId).then(res=>{
|
|
|
|
|
teamApi.copyTeam(this.memberQuery2.competitionId, this.toTeamId).then(res=>{
|
|
|
|
|
this.$notify({
|
|
|
|
|
title: '提示信息',
|
|
|
|
|
message: res.msg,
|
|
|
|
|