导出讲师修改

This commit is contained in:
zhangsir
2024-05-15 17:17:01 +08:00
parent 37446d3961
commit 2b4ae863f4

View File

@@ -422,7 +422,11 @@ const delteacherIdList = async () => {
} }
//导出讲师 //导出讲师
const exportExcel = () => { const exportExcel = () => {
if(data.value.length!=0||data2.value.length!=0){
window.open(`/activityApi/teacher/export?examineId=${route.query.id}`) window.open(`/activityApi/teacher/export?examineId=${route.query.id}`)
}else{
message.info('暂无要导出的讲师信息');
}
} }
const batchhandleOper =()=>{ const batchhandleOper =()=>{