|
|
@@ -840,7 +840,7 @@
|
|
|
import {addPeriod, delPeriod, exportPeriod, getPeriod, pagePeriod, updatePeriod, getDays, addCourse,delPeriodDay, updateCourseTime, updateCourseDate, updateListCourseData, periodCourseMove, closePeriod, batchAddCourseSections,copyExistCampPeriod, updateOrderNumber} from "@/api/course/userCoursePeriod";
|
|
|
import {getCompanyList} from "@/api/company/company";
|
|
|
import {listCamp, addCamp, editCamp, delCamp, copyCamp, getScreeningCampPeriod, updateCampOrderNumber} from "@/api/course/userCourseCamp";
|
|
|
-import { courseList,videoList } from '@/api/course/courseRedPacketLog'
|
|
|
+import { qwCourseList,qwVideoList } from '@/api/course/courseRedPacketLog'
|
|
|
import RedPacket from './redPacket.vue'
|
|
|
import BatchRedPacket from './batchRedPacket.vue'
|
|
|
import CourseStatistics from './statistics.vue'
|
|
|
@@ -1090,7 +1090,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
|
|
|
- courseList().then(response => {
|
|
|
+ qwCourseList().then(response => {
|
|
|
this.courseList = response.list;
|
|
|
});
|
|
|
// this.getList();
|
|
|
@@ -1782,7 +1782,7 @@ export default {
|
|
|
},
|
|
|
courseChange(row){
|
|
|
this.course.form.videoIds = [];
|
|
|
- videoList(row).then(response => {
|
|
|
+ qwVideoList(row).then(response => {
|
|
|
this.videoList=response.list
|
|
|
});
|
|
|
},
|