Issues #182: done.

This commit is contained in:
chiayin
2023-11-06 14:49:25 +08:00
parent 672d93b821
commit d21d4ed16b
5 changed files with 5 additions and 8 deletions

View File

@@ -230,7 +230,6 @@ export default {
// 因 trace api 連動,所以關閉側邊欄時讓數值歸 traces 第一筆 id
this.showTraceId = await this.traces[0]?.id;
this.infiniteStart = await 0;
await this.allMapDataStore.getTraceDetail();
this.setNodesData();
this.setEdgesData();
this.createCy();
@@ -261,9 +260,6 @@ export default {
}
}
},
async created() {
this.allMapDataStore.getTraceDetail();
}
}
</script>