fix(仪表板): 修复部分仪表板截图无水印问题

This commit is contained in:
wangjiahao 2024-01-30 13:55:26 +08:00
parent 546d5b7d68
commit 6623fe7411

View File

@ -508,6 +508,13 @@ export default {
}
})
}
},
screenShotStatues: {
handler(newVal, oldVla) {
if (this.screenShotStatues) {
this.initWatermark('preview-temp-canvas-main')
}
}
}
},
created() {