From 8f2cdc73bb328c8fdceaa6f32f72634007dfc4fa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 09 四月 2021 19:32:19 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/mat/mat.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/mat/mat.js b/src/main/webapp/static/js/mat/mat.js
index 117704c..db18b32 100644
--- a/src/main/webapp/static/js/mat/mat.js
+++ b/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();
--
Gitblit v1.9.1