src/tabviews/custom/components/card/double-data-card/index.jsx
@@ -1058,17 +1058,13 @@ if (!menu) return menu.param = {} if (card.setting.joint === 'true') { menu.param.$BID = item.$$uuid || '' menu.param = {$BID: item.$$uuid || ''} Object.keys(item).forEach(key => { if (/^\$/.test(key)) return if (key === 'children') return menu.param[key] = item[key] }) } MKEmitter.emit('modifyTabs', menu, true) }