|
@@ -463,6 +463,12 @@
|
|
|
})
|
|
|
})
|
|
|
|
|
|
+ // 重置上课学生
|
|
|
+ this.checkboxSelect = []
|
|
|
+ this.checkboxSelectIds = []
|
|
|
+ this.checkboxSelectList = [] //选中学生列表
|
|
|
+ this.checkboxSelectDataList = []
|
|
|
+
|
|
|
// 重置活动文案
|
|
|
form.vipGroupActivityId = null
|
|
|
formName.vipGroupActivityName = null
|
|
@@ -940,6 +946,10 @@
|
|
|
this.$toast('请选择课程形式')
|
|
|
return false
|
|
|
}
|
|
|
+ if(this.checkboxSelectIds.length <= 0) {
|
|
|
+ this.$toast('请选择上课学生')
|
|
|
+ return
|
|
|
+ }
|
|
|
if (!form.vipGroupActivityId) {
|
|
|
this.$toast('请选择活动方案')
|
|
|
return false
|