修改复制团队及队员参数

master
qinzhenpen 2 years ago
parent 9e3327a9a7
commit e582c6e179

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

@ -30,7 +30,7 @@ module.exports = {
lintOnSave: false, lintOnSave: false,
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
port: port, port: 9532,
open: true, open: true,
disableHostCheck: true, disableHostCheck: true,
overlay: { overlay: {

Loading…
Cancel
Save