文件问题,还原

This commit is contained in:
zhangsir
2024-07-29 15:54:16 +08:00
parent 12af7714d0
commit f96dc808d0

View File

@@ -192,7 +192,7 @@
</el-table-column>-->
<el-table-column label="学习人员" width="110">
<template slot-scope="scope">
<el-button size="mini" type="info" @click="getCatalogue(scope.row,scope.row.contentName)" >学习人员</el-button>
<el-button size="mini" type="info" @click="getCatalogue(scope.row,scope.row.contentType)" >学习人员</el-button>
</template>
</el-table-column>
</el-table>
@@ -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