|
@@ -696,7 +696,7 @@ export default {
|
|
this.loading = true
|
|
this.loading = true
|
|
let MethodName = "/CourseServer/Manager/LBCourseManager/GetLBCourseInfo";
|
|
let MethodName = "/CourseServer/Manager/LBCourseManager/GetLBCourseInfo";
|
|
let data = {
|
|
let data = {
|
|
- id: this.id,
|
|
|
|
|
|
+ id: this.id?this.id:this.recordedId,
|
|
is_contain_cs_item:'true'
|
|
is_contain_cs_item:'true'
|
|
}
|
|
}
|
|
getLogin(MethodName, data)
|
|
getLogin(MethodName, data)
|