文件问题,还原

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>-->
<el-table-column label="学习人员" width="110"> <el-table-column label="学习人员" width="110">
<template slot-scope="scope"> <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> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@@ -512,7 +512,7 @@ export default {
courseName:this.manageStudyData.name, courseName:this.manageStudyData.name,
contentId:this.contentId 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}` const url = `/systemapi/xboe/m/course/portal/export?contentId=${params.contentId}&courseName=${params.courseName}`
axios({ axios({
method: 'get', method: 'get',
@@ -733,12 +733,12 @@ export default {
this.getSignupList(); this.getSignupList();
}, },
getCatalogue(row,type) { getCatalogue(row,type) {
if(type=='考试'){ if(type==61){
this.typePress = true this.typePress = true
}else{ }else{
this.typePress = false this.typePress = false
} }
if(type == '作业'){ if(type == 60){
this.isHomeWork = true this.isHomeWork = true
}else{ }else{
this.isHomeWork = false this.isHomeWork = false