From 3b8d5759a3e2aaa170b848cc6a85d34274bd4f72 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 08 六月 2020 10:57:00 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/matCode/matCode.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/matCode/matCode.js b/src/main/webapp/static/js/matCode/matCode.js
index e28072a..711f5a2 100644
--- a/src/main/webapp/static/js/matCode/matCode.js
+++ b/src/main/webapp/static/js/matCode/matCode.js
@@ -374,10 +374,11 @@
                 layer.open({
                     type: 1,
                     title: '鎵撳嵃',
+                    // area: ['500px', top.detailHeight],
                     shadeClose: true,
                     content: $('#printDataDiv'),
                     success: function(layero, index){
-
+                        layer.iframeAuto(index);
                     },
                     end: function () {
                     }

--
Gitblit v1.9.1