mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
Merge pull request #13870 from dataease/pr@dev-v2@fix_adaptor-history
refactor: 修复部分历史仪表板未适配新增属性问题
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user