feat:导出 pdf 添加 时间

This commit is contained in:
zhangyu
2022-04-13 09:31:18 +08:00
parent 8f4df97372
commit 18635c5ad0
2 changed files with 17 additions and 1 deletions

View File

@@ -822,6 +822,11 @@ export default {
this.htmlTitle = this.panel.name
this.scrollbarWrap.scrollTop = this.scrollbarWrap.scrollHeight
this.$refs.chartList.onScroll(this.scrollbarWrap.scrollTop)
console.log(dom.children)
// const div = document.createElement('div')
// div.setAttribute('class', 'el-loading-spinner')
// div.innerText = '12321312312312321'
// dom.insertBefore(div,)
let flag = true
this.showScreenLoading(true)
let timer = setInterval(() => {