diff --git a/backend/src/views/competition/components/team.vue b/backend/src/views/competition/components/team.vue index e973a50..3474c92 100644 --- a/backend/src/views/competition/components/team.vue +++ b/backend/src/views/competition/components/team.vue @@ -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, diff --git a/backend/vue.config.js b/backend/vue.config.js index bde428e..8445967 100644 --- a/backend/vue.config.js +++ b/backend/vue.config.js @@ -30,7 +30,7 @@ module.exports = { lintOnSave: false, productionSourceMap: false, devServer: { - port: port, + port: 9532, open: true, disableHostCheck: true, overlay: {