Merge pull request #12969 from dataease/pr@dev-v2@refactor_picture-group

refactor(图表): 图片组不使用默认数据集
This commit is contained in:
王嘉豪 2024-10-29 14:57:25 +08:00 committed by GitHub
commit 83b2266fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1591,7 +1591,7 @@ const setCacheId = () => {
!cacheId ||
!!view.value.tableId ||
templateStatusShow.value ||
view.value.type === 'rich-text'
['rich-text', 'picture-group'].includes(view.value.type)
)
return
view.value.tableId = cacheId as unknown as number