mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
refactor(图表): 图片组不使用默认数据集
This commit is contained in:
parent
d866473686
commit
7af964c3e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user