更新
This commit is contained in:
parent
bf7184c3e4
commit
457a062131
@ -204,7 +204,7 @@ export default {
|
|||||||
coachText = coachText+item.name+'['
|
coachText = coachText+item.name+'['
|
||||||
item.checkedSubject.forEach(subject => {
|
item.checkedSubject.forEach(subject => {
|
||||||
const coachInfo = {
|
const coachInfo = {
|
||||||
coachId: item.id,
|
coachId: item.userId,
|
||||||
coachName: item.name,
|
coachName: item.name,
|
||||||
coachPhone: item.phone,
|
coachPhone: item.phone,
|
||||||
subject: subject
|
subject: subject
|
||||||
@ -218,6 +218,7 @@ export default {
|
|||||||
this.formData.coachListText = coachText
|
this.formData.coachListText = coachText
|
||||||
console.log(coachText)
|
console.log(coachText)
|
||||||
this.formData.coachList = saveCoachList
|
this.formData.coachList = saveCoachList
|
||||||
|
console.log(this.formData.coachList)
|
||||||
},
|
},
|
||||||
|
|
||||||
handleCheckedChange(e,index){
|
handleCheckedChange(e,index){
|
||||||
|
Loading…
Reference in New Issue
Block a user