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 { } else {
this.formData.courseName = ''; this.formData.courseName = '';
} }
console.log('当前课程', this.formData)
}, },
handleCoachChange() { handleCoachChange() {
const selected = this.coachList.find(item => item.id === this.formData.coachUserId); const selected = this.coachList.find(item => item.id === this.formData.coachUserId);