Browse Source

档案tab key

caozhaorui 5 months ago
parent
commit
e34bd30c5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/web/archive/index-worker.vue

+ 1 - 1
src/views/web/archive/index-worker.vue

@@ -262,7 +262,7 @@ const themeConfigCpt = computed(() => {
       })
       res.chart.edges.push({source: String(v.relateIndexId), target: String(v.id), labelText: v.description || '关系描述'})
     } else {
-      res.tabs.set(v.indexTableName, {
+      res.tabs.set(v.id, {
         __type: v.type,
         indexName: v.indexName,
         indexTableName: v.indexTableName,