From f96dc808d03f45b676efe42f229bb2346cefb151 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 29 Jul 2024 15:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Study/manager.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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