mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
Merge pull request #12836 from dataease/pr@dev-v2@fix_embedded_iframe_tree_copy
fix(X-Pack): Iframe 嵌入式数据集树无法复制 #12769
This commit is contained in:
@@ -510,7 +510,7 @@ const operation = (cmd: string, data: BusiTreeNode, nodeType: string) => {
|
||||
return
|
||||
}
|
||||
router.push({
|
||||
path: '/dataset-form',
|
||||
name: embedded.getToken && appStore.getIsIframe ? 'dataset-embedded-form' : 'dataset-form',
|
||||
params: {
|
||||
id: data.id
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user