#
luxiaotao1123
2021-04-09 ebd3722206d2e631edf0bea91ea3d30bce664996
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();