This commit is contained in:
liushuai
2018-12-29 19:22:34 +08:00
parent afbc241d2d
commit 746e43d2a0
4 changed files with 6 additions and 5 deletions

View File

@@ -431,7 +431,7 @@ export default {
const printNode = $(htmlNode)
body.append(printNode)
window.print()
body.children().show()
body.children().not('script').show()
printNode.remove()
},
handleSizeChange1(val) {