修改复制团队及队员参数

master
qinzhenpen 2 years ago
parent 9e3327a9a7
commit e582c6e179

@ -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: {

Loading…
Cancel
Save