mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #13827 from dataease/pr@dev-v2_st
fix(工作台): 点击最近使用等具体资产名称进行跳转,无法定位到指定的资产
This commit is contained in:
@@ -341,7 +341,7 @@ const dfsDatasetTree = (ds, id) => {
|
||||
}
|
||||
|
||||
onBeforeMount(() => {
|
||||
const paramId = wsCache.get('dataset-info-id')
|
||||
const paramId = wsCache.get('dataset-info-id') || route.params.id
|
||||
nodeInfo.id = (paramId as string) || (route.query.id as string) || ''
|
||||
wsCache.delete('dataset-info-id')
|
||||
wsCache.delete('db-info-id')
|
||||
|
||||
Reference in New Issue
Block a user