vue-print-nb
vue-print-nb copied to clipboard
点击打印按钮时 想做一些判断 通过以后再弹出打印窗
clickMounted 这个中断不了呀 就算验证失败 还是会弹出来
同样的需求,请问解决了吗
同样的需求,请问解决了吗
<button style="display:none" v-print="printObj" ref="printBtn">打印</button>
<el-button type="primary" @click="print">打 印</el-button>
// 打印作业票
print() {
// 写自己的代码逻辑
this.$refs.printBtn.click();
},
我开发了打印工具,可以满足这个需求。https://github.com/HuiWang111/browser-print