|
@@ -112,7 +112,7 @@ export default {
|
|
|
},
|
|
|
onSelectMusic(value) {
|
|
|
this.dateSection.musicScoreName = value.examSongName
|
|
|
- this.dateSection.musicScoreId = value.musicScoreId
|
|
|
+ this.dateSection.musicScoreId = value.examSongId
|
|
|
this.accompanimentStatus = false
|
|
|
},
|
|
|
confirmStartTime() {
|
|
@@ -127,6 +127,10 @@ export default {
|
|
|
this.$toast('请输入作业内容')
|
|
|
return
|
|
|
}
|
|
|
+ if(this.memberNum && !this.dateSection.musicScoreId) {
|
|
|
+ this.$toast('请选择作业曲目')
|
|
|
+ return
|
|
|
+ }
|
|
|
this.$toast.loading({
|
|
|
message: '加载中...',
|
|
|
duration: 10000,
|