mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix(仪表板、数据大屏): 修复div嵌入发送后置参数可能无效问题
This commit is contained in:
parent
41806f4e40
commit
119699bfa2
@ -321,7 +321,7 @@ const winMsgHandle = event => {
|
||||
console.info('Received Message: ' + JSON.stringify(msgInfo))
|
||||
if (msgInfo?.targetSourceId === dvInfo.value.id + '' && isMainCanvas(canvasId.value))
|
||||
if (msgInfo.type === 'attachParams') {
|
||||
winMsgOuterParamsHandle(event)
|
||||
winMsgOuterParamsHandle(msgInfo)
|
||||
} else if (msgInfo.type === 'webParams') {
|
||||
// 网络消息处理
|
||||
winMsgWebParamsHandle(msgInfo)
|
||||
|
Loading…
Reference in New Issue
Block a user