From e582c6e1794f91d880c2244f4405a5ccd1c88ba0 Mon Sep 17 00:00:00 2001 From: qinzhenpen <11463128+qinzhenpen@user.noreply.gitee.com> Date: Fri, 7 Apr 2023 19:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=8D=E5=88=B6=E5=9B=A2?= =?UTF-8?q?=E9=98=9F=E5=8F=8A=E9=98=9F=E5=91=98=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/views/competition/components/team.vue | 2 +- backend/vue.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {