This commit is contained in:
liushuai
2019-06-10 20:00:12 +08:00
parent 9381072e5f
commit ab0eec8d73
6 changed files with 39 additions and 11 deletions

View File

@@ -431,6 +431,7 @@ export default {
body.append(printNode)
window.print()
body.children().not('script').show()
body.children().not('#app').hide()
printNode.remove()
},
handleSizeChange1(val) {