#
luxiaotao1123
2021-04-07 f0cafdfe0ed4d111d5f71e414e4985e26190d974
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();