|
@@ -466,7 +466,6 @@ export default {
|
|
|
let startClassTime = row.startClassTime.split(' ')[1].substring(0, 5)
|
|
|
this.startCourseTime = null;
|
|
|
this.$set(this, 'startCourseTime', startClassTime)
|
|
|
- console.log(this.startCourseTime)
|
|
|
this.practiceForm.id = row.id;
|
|
|
this.practiceForm.courseType = row.practiceGroup.type
|
|
|
this.practiceForm.coursesExpireDate = row.practiceGroup.coursesExpireDate
|
|
@@ -499,7 +498,6 @@ export default {
|
|
|
resetCourse(obj).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
this.$message.success("修改成功");
|
|
|
- console.log(this.value)
|
|
|
this.setCourseList(this.value)
|
|
|
this.musicVisible = false;
|
|
|
}
|