qinzhipeng_v 5 years ago
parent
commit
215f117d35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/Platform/presentation/Templates/DailyReport.vue

+ 1 - 1
src/views/Platform/presentation/Templates/DailyReport.vue

@@ -178,7 +178,7 @@ export default {
         })
         var ele = this.preview
         setTimeout(() => {
-          const targetDom = document.getElementById('Gambol')
+          // const targetDom = document.getElementById('Gambol')
           // var copyDom = targetDom.cloneNode(true)
           // document.querySelector('body').appendChild(copyDom)
           html2canvas(document.getElementsByClassName('reportContent')[0], { useCORS: true }).then(canvas => {