feat:导出 pdf 添加时间

This commit is contained in:
zhangyu
2022-04-13 10:48:00 +08:00
parent 18635c5ad0
commit b29d9f8489
4 changed files with 34 additions and 29 deletions

View File

@@ -761,7 +761,7 @@ export default {
// document.getElementsByTagName('html')[0].style.overflow = 'visible'
const position = dom.getBoundingClientRect()
console.log(position)
this.getPdf(dom, -1 * position.left, -1 * position.top)
this.getPdf(dom, -1 * position.left, -1 * position.top,this.searchTime)
// this.getPdf(dom, 0, 0)
}, 2000)
}