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