Issues #182: done.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user