合同样式

This commit is contained in:
chenjianan
2018-12-29 09:12:38 +08:00
parent 9f8ed21221
commit 2d69c5e288

View File

@@ -254,7 +254,7 @@ export default {
const printNode = $(htmlNode)
body.append(printNode)
window.print()
body.children().show()
body.children().not('script').show()
printNode.remove()
} else {
this.$message.error('请选择合同')