refactor(图表): 图片组不使用默认数据集

This commit is contained in:
wangjiahao 2024-10-29 14:53:58 +08:00
parent d866473686
commit 7af964c3e9

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