bug
This commit is contained in:
@@ -243,8 +243,8 @@
|
||||
},
|
||||
|
||||
save () {
|
||||
this.isHide = true
|
||||
this.$loading()
|
||||
this.isHide = true
|
||||
this.$nextTick(() => {
|
||||
html2canvas(this.$refs.waterMarker, {
|
||||
allowTaint: true,
|
||||
|
||||
@@ -128,7 +128,6 @@
|
||||
}
|
||||
|
||||
const height = this.$refs.report.offsetHeight - this.$refs.add.offsetHeight
|
||||
|
||||
return html2canvas(this.$refs.report, {
|
||||
allowTaint: true,
|
||||
useCORS: true,
|
||||
|
||||
Reference in New Issue
Block a user