|
@@ -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 => {
|