Issues #182: done.
This commit is contained in:
@@ -455,7 +455,7 @@ export default {
|
||||
type = "Attributes";
|
||||
break;
|
||||
case 'boolean-attr':
|
||||
label = `${includeStr}, ${e.key}, ${this.selectAttribute.label}`;
|
||||
label = `${includeStr}, ${e.key}, ${this.selectAttribute?.label}`;
|
||||
type = "Attributes";
|
||||
break;
|
||||
case 'int-attr':
|
||||
|
||||
@@ -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