Merge pull request #12336 from dataease/pr@dev-v2@fix_injection

fix(数据大屏、仪表板): 修复div嵌入式含有Tab组件的仪表板发送参数时图表大小会变化问题
This commit is contained in:
王嘉豪 2024-09-20 15:47:13 +08:00 committed by GitHub
commit ef83d318da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,8 @@ const winMsgHandle = event => {
if (
msgInfo &&
msgInfo.type === 'attachParams' &&
msgInfo.targetSourceId === dvInfo.value.id + ''
msgInfo.targetSourceId === dvInfo.value.id + '' &&
isMainCanvas(canvasId.value)
) {
const attachParams = msgInfo.params
if (attachParams) {