|
@@ -513,7 +513,8 @@ export default {
|
|
startClassTimeStr: this.maskForm.startTime,
|
|
startClassTimeStr: this.maskForm.startTime,
|
|
id: this.maskForm.id,
|
|
id: this.maskForm.id,
|
|
classDate: this.maskForm.date,
|
|
classDate: this.maskForm.date,
|
|
- schoolId: this.maskForm.address || null
|
|
|
|
|
|
+ schoolId: this.maskForm.address || null,
|
|
|
|
+ teachMode: this.maskForm.teachMode || null
|
|
}
|
|
}
|
|
resetCourse(obj).then(res => {
|
|
resetCourse(obj).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
@@ -656,6 +657,8 @@ export default {
|
|
obj.courseScheduleIds = courseScheduleIds;
|
|
obj.courseScheduleIds = courseScheduleIds;
|
|
obj.courseTimes = this.weekList;
|
|
obj.courseTimes = this.weekList;
|
|
obj.holiday = this.adjustmentForm.checked;
|
|
obj.holiday = this.adjustmentForm.checked;
|
|
|
|
+ obj.teachMode = this.adjustmentForm.courseType || null;
|
|
|
|
+ console.log(obj)
|
|
obj.vipGroupId = this.vipid;
|
|
obj.vipGroupId = this.vipid;
|
|
vipCourseAdjust(obj).then(res => {
|
|
vipCourseAdjust(obj).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|