diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue index 8580c627..5b875183 100644 --- a/src/components/Study/manager.vue +++ b/src/components/Study/manager.vue @@ -192,7 +192,7 @@ --> @@ -512,7 +512,7 @@ export default { courseName:this.manageStudyData.name, contentId:this.contentId } - window.open(`/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}`) + // window.open(`/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}`) const url = `/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}` axios({ method: 'get', @@ -733,12 +733,12 @@ export default { this.getSignupList(); }, getCatalogue(row,type) { - if(type=='考试'){ + if(type==61){ this.typePress = true }else{ this.typePress = false } - if(type == '作业'){ + if(type == 60){ this.isHomeWork = true }else{ this.isHomeWork = false