更新
This commit is contained in:
parent
bf7184c3e4
commit
457a062131
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user