Merge pull request #12834 from dataease/pr@dev-v2@fix_embedded_iframe_dataset_copy

fix(X-Pack): Iframe 嵌入式数据集无法复制 #12769
This commit is contained in:
fit2cloud-chenyw 2024-10-22 17:48:08 +08:00 committed by GitHub
commit 0b15cb9980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -510,7 +510,7 @@ const operation = (cmd: string, data: BusiTreeNode, nodeType: string) => {
return return
} }
router.push({ router.push({
name: 'dataset-form', path: '/dataset-form',
params: { params: {
id: data.id id: data.id
} }