mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
refactor(仪表板): 仪表板的复用支持复用所有组件
This commit is contained in:
@@ -105,6 +105,7 @@ export default {
|
||||
} else if (data.type === 'de-tabs') {
|
||||
const sourceAndTargetIds = {}
|
||||
const newCop = deepCopy(data)
|
||||
newCop.id = uuid.v1()
|
||||
newCop.options.tabList.forEach((item) => {
|
||||
if (item.content && item.content.type === 'view') {
|
||||
const newViewId = uuid.v1()
|
||||
|
||||
Reference in New Issue
Block a user