Merge pull request #7903 from dataease/pr@dev@fix_watermark
fix(仪表板): 修复部分仪表板截图无水印问题
This commit is contained in:
commit
aa1c71fdfa
@ -508,6 +508,13 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
screenShotStatues: {
|
||||||
|
handler(newVal, oldVla) {
|
||||||
|
if (this.screenShotStatues) {
|
||||||
|
this.initWatermark('preview-temp-canvas-main')
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user