forked from github/dataease
Merge pull request #2680 from dataease/pr@dev@refactor_multiply
refactor(仪表板): 仪表板的复用支持复用所有组件
This commit is contained in:
commit
308dd0b09c
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user