Issue #168: Done.

This commit is contained in:
chiayin
2023-10-06 15:39:16 +08:00
parent 6ffd676182
commit 6e0d5b15fe
4 changed files with 12 additions and 44 deletions

View File

@@ -310,6 +310,7 @@ export default {
// 取得 logId 後才 call api
await this.allMapDataStore.getAllMapData();
await this.allMapDataStore.getAllTrace();
this.traceId = await this.traces[0]?.id; // log、filter 檔切換過程中, trace id 不同,將初始 trace id 設定為該檔案的 trace 幣一筆資料的 id。
await this.allMapDataStore.getTraceDetail();
this.createCy(this.mapType);
await this.allMapDataStore.getFilterParams();