|
@@ -1918,7 +1918,10 @@ export default {
|
|
this.formName.vipGroupCategoryIndex = 0;
|
|
this.formName.vipGroupCategoryIndex = 0;
|
|
this.form.vipGroupActivityId = null;
|
|
this.form.vipGroupActivityId = null;
|
|
this.statusList.studentStatus = false;
|
|
this.statusList.studentStatus = false;
|
|
- this.statusList.hasOffline = true;
|
|
|
|
|
|
+ // 每次切换学生,重置活动方案后,非网管课需要重置线上,线下课
|
|
|
|
+ if (this.courseTypeName != '网管课') {
|
|
|
|
+ this.statusList.hasOffline = true;
|
|
|
|
+ }
|
|
|
|
|
|
// this.loadData.vipGroupActivitySelect.maxCourseNum = 0
|
|
// this.loadData.vipGroupActivitySelect.maxCourseNum = 0
|
|
// this.loadData.vipGroupActivitySelect.minCourseNum = 0
|
|
// this.loadData.vipGroupActivitySelect.minCourseNum = 0
|