This commit is contained in:
许允枞 2025-04-02 13:55:33 +08:00
parent 59139615e1
commit bf7184c3e4

View File

@ -131,7 +131,6 @@ export default {
} else {
this.formData.courseName = '';
}
console.log('当前课程', this.formData)
},
handleCoachChange() {
const selected = this.coachList.find(item => item.id === this.formData.coachUserId);