Explorar el Código

打印多次问题解决

wyq hace 3 años
padre
commit
8065c636f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/js/staticInfo.js

+ 1 - 1
src/js/staticInfo.js

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