Issue #31: Done.

This commit is contained in:
chiayin
2023-10-04 13:46:51 +08:00
parent 803782d5a9
commit ddd8df9daa
3 changed files with 21 additions and 11 deletions

View File

@@ -149,10 +149,12 @@ export default {
* switch trace id and data
* @param {string} id
*/
async switchTraceId(id) {
this.traceId = id;
async switchTraceId(e) {
if(e.count >= 1000) this.isLoading = true;
this.traceId = e.id;
await this.allMapDataStore.getTraceDetail();
this.$refs.tracesView.createCy();
this.isLoading = false;
},
/**
* 將 element nodes 資料彙整