diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 580e4b8a64..197f4bcf55 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -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