|
@@ -691,7 +691,7 @@ export default {
|
|
|
return !(this.teamStatus === 'resetTeam' || this.teamStatus === 'teamDraft' || this.teamStatus === 'teamAudit' || this.teamStatus === 'newTeam')
|
|
|
},
|
|
|
changeFeeType (val) {
|
|
|
- console.log(val == "ONLINE");
|
|
|
+ // console.log(val == "ONLINE");
|
|
|
},
|
|
|
changePaymentValidStartDate (val) {
|
|
|
if (val) {
|
|
@@ -836,7 +836,6 @@ export default {
|
|
|
this.checkList[i] = list[i];
|
|
|
} else if (list[i] && list[i].isNew) {
|
|
|
this.newStudentList[i] = list[i];
|
|
|
- console.log(this.newStudentList[i]);
|
|
|
this.newStudentList[i].checkBuy = true;
|
|
|
}
|
|
|
}
|