mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -443,7 +443,7 @@ export default {
|
||||
}
|
||||
},
|
||||
getDetail() {
|
||||
apiCoursePortal.detail(this.manageStudyData.id).then(rs => {
|
||||
apiCoursePortal.detail(this.manageStudyData.id,true).then(rs => {
|
||||
if (rs.status == 200) {
|
||||
let treeList = [];
|
||||
if (rs.result.sections.length > 0) {
|
||||
@@ -523,7 +523,7 @@ export default {
|
||||
});
|
||||
},
|
||||
getRecordDetail(id) {
|
||||
apiCoursePortal.detail(id).then(rs => {
|
||||
apiCoursePortal.detail(id,true).then(rs => {
|
||||
if (rs.status == 200) {
|
||||
let treeList = [];
|
||||
if (rs.result.sections.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user