#
luxiaotao1123
2021-04-07 21ceed39ce7b89dadb27781b88f88a178af158ea
src/main/webapp/static/js/mat/mat.js
@@ -360,7 +360,7 @@
                    var tpl = templateDom.html();
                    var template = Handlebars.compile(tpl);
                    var html = template(res);
                    let box = $("#box");
                    var box = $("#box");
                    box.html(html);box.show();
                    box.print({mediaPrint:true});
                    box.hide();