测试在线预览pdf

dev_winse
SylorHuang 6 years ago
parent 72cba9fc28
commit f59b93d78f

@ -1288,7 +1288,8 @@ class ExercisesController < ApplicationController
normal_status(0,"正在下载中")
else
set_export_cookies
render pdf: 'exercise_export/blank_exercise', filename: filename_, stylesheets: stylesheets
content[:disposition] = "inline"
render pdf: 'exercise_export/blank_exercise', filename: filename_, stylesheets: stylesheets, disposition: 'inline'
end
end

Loading…
Cancel
Save