This commit is contained in:
许允枞 2025-04-09 09:14:11 +08:00
parent bf7184c3e4
commit 457a062131

View File

@ -204,7 +204,7 @@ export default {
coachText = coachText+item.name+'['
item.checkedSubject.forEach(subject => {
const coachInfo = {
coachId: item.id,
coachId: item.userId,
coachName: item.name,
coachPhone: item.phone,
subject: subject
@ -218,6 +218,7 @@ export default {
this.formData.coachListText = coachText
console.log(coachText)
this.formData.coachList = saveCoachList
console.log(this.formData.coachList)
},
handleCheckedChange(e,index){