mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix(数据大屏): 修复大屏复用图表名称依然显示修改前的名称问题 15917
This commit is contained in:
@@ -129,7 +129,7 @@ const init = () => {
|
||||
componentData.value?.forEach(item => {
|
||||
curMultiplexTargetComponentsInfo.value.push({
|
||||
id: item.id,
|
||||
label: item.label,
|
||||
label: item.name,
|
||||
icon: item.icon,
|
||||
multiplexActive: false,
|
||||
component: item.component
|
||||
|
||||
Reference in New Issue
Block a user