mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
导出讲师修改
This commit is contained in:
@@ -422,7 +422,11 @@ const delteacherIdList = async () => {
|
||||
}
|
||||
//导出讲师
|
||||
const exportExcel = () => {
|
||||
window.open(`/activityApi/teacher/export?examineId=${route.query.id}`)
|
||||
if(data.value.length!=0||data2.value.length!=0){
|
||||
window.open(`/activityApi/teacher/export?examineId=${route.query.id}`)
|
||||
}else{
|
||||
message.info('暂无要导出的讲师信息');
|
||||
}
|
||||
}
|
||||
const batchhandleOper =()=>{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user