mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor: 修复部分历史仪表板未适配新增属性问题
This commit is contained in:
parent
ae144f4279
commit
ee82576e63
@ -262,9 +262,6 @@ export function historyAdaptor(
|
||||
canvasDataResult.forEach(componentItem => {
|
||||
historyItemAdaptor(componentItem, reportFilterInfo, attachInfo, canvasVersion, canvasInfo)
|
||||
})
|
||||
if (canvasInfo && canvasInfo.id) {
|
||||
updateCheckVersion(canvasInfo.id)
|
||||
}
|
||||
}
|
||||
|
||||
// 重置仪表板、大屏中的其他组件
|
||||
@ -565,6 +562,7 @@ export async function canvasSave(callBack) {
|
||||
canvasViewInfo: canvasViewInfo.value,
|
||||
appData: appData.value,
|
||||
...dvInfo.value,
|
||||
checkVersion: wsCache.get('x-de-execute-version'),
|
||||
contentId: newContentId,
|
||||
watermarkInfo: null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user