实训时PPT任务,ppt格式转PDF存入

beetlsql3-dev
yangdj 2 years ago
parent 321463932d
commit 1fca8867d6

@ -142,7 +142,11 @@ layui.define([ 'form','laytpl', 'laydate', 'table','element','handsOnSimulationT
if(res.code > 0){
return layer.msg('上传失败');
}else {
$('.progressCss_ppt:last .fileUrl').html(res.data.url);
if(!$.isEmpty(res.data.cvPDFUrl)){
$('.progressCss_ppt:last .fileUrl').html(res.data.cvPDFUrl);
}else {
$('.progressCss_ppt:last .fileUrl').html(res.data.url);
}
$(".progressCss_ppt .closeInfo").unbind();
$(".progressCss_ppt .closeInfo").click(function (){
$(this).parents(".progressCss_ppt").remove();

Loading…
Cancel
Save