Browse Source

打印多次问题解决

wyq 3 years ago
parent
commit
8065c636f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/staticInfo.js

+ 1 - 1
src/js/staticInfo.js

@@ -243,7 +243,7 @@ function getprinting() {
     $('.scalebot').show()
     $('.scalebot').show()
     $('#Print').css({
     $('#Print').css({
       'height': '100%', //高度自动
       'height': '100%', //高度自动
-    }).print(); 
+    }); 
   })
   })
 }
 }