src/menu/components/tabs/tabcomponents/index.jsx
@@ -88,6 +88,7 @@ line: '折线图', tabs: '标签组', pie: '饼图', search: '搜索', card: '卡片' } let i = 1 @@ -113,10 +114,11 @@ isNew: true // 新添加标志,用于初始化 } let targetId = '0' let targetId = '' if (item.dropTargetId) { targetId = item.dropTargetId delete item.dropTargetId } else if (cards.length > 0) { targetId = cards[cards.length - 1].uuid }