forked from github/dataease
fix(X-Pack): Iframe 嵌入式数据集树无法复制 #12769
This commit is contained in:
parent
0b15cb9980
commit
d2e74d1b01
@ -510,7 +510,7 @@ const operation = (cmd: string, data: BusiTreeNode, nodeType: string) => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
router.push({
|
router.push({
|
||||||
path: '/dataset-form',
|
name: embedded.getToken && appStore.getIsIframe ? 'dataset-embedded-form' : 'dataset-form',
|
||||||
params: {
|
params: {
|
||||||
id: data.id
|
id: data.id
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user