mirror of
https://gitee.com/layui/layui.git
synced 2025-12-27 06:35:47 +08:00
@@ -1916,8 +1916,14 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||
|
||||
printWin.document.write(style + html.prop('outerHTML'));
|
||||
printWin.document.close();
|
||||
printWin.print();
|
||||
printWin.close();
|
||||
|
||||
if(layui.device('edg').edg){
|
||||
printWin.onafterprint = printWin.close;
|
||||
printWin.print();
|
||||
}else{
|
||||
printWin.print();
|
||||
printWin.close();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user