NEZ-1788 fix: panel页面整页导出
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
export default {
|
||||
|
||||
methods: {
|
||||
htmlToPdf () {
|
||||
const dom = document.getElementsByClassName(this.pdfId)[0]
|
||||
if (dom) {
|
||||
this.showScreenLoading(true)
|
||||
this.getPdf(dom)
|
||||
} else {
|
||||
this.showScreenLoading(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user