@ -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,
@ -30,7 +30,7 @@ module.exports = {
lintOnSave: false,
productionSourceMap: false,
devServer: {
port: port,
port: 9532,
open: true,
disableHostCheck: true,
overlay: {