瀏覽代碼

每次切换学生,重置活动方案后,非网管课需要重置线上,线下课

wolyshaw 3 年之前
父節點
當前提交
e2e6431518
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/teacher/VIP00Apply.vue

+ 4 - 1
src/views/teacher/VIP00Apply.vue

@@ -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