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