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