mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-04 10:05:24 +00:00
add events type
This commit is contained in:
parent
b6d8a2c160
commit
2236beb3ca
@ -121,11 +121,7 @@ export const asyncProfilingStore = defineStore({
|
||||
this.analyzeTrees = [];
|
||||
return res.data;
|
||||
}
|
||||
if (analysisResult.tip) {
|
||||
this.analyzeTrees = [];
|
||||
return res.data;
|
||||
}
|
||||
this.analyzeTrees = analysisResult.elements;
|
||||
this.analyzeTrees = [analysisResult.tree];
|
||||
return res.data;
|
||||
},
|
||||
},
|
||||
|
@ -59,7 +59,7 @@ limitations under the License. -->
|
||||
);
|
||||
|
||||
function changeInstances(options: Option[]) {
|
||||
serviceInstanceIds.value = options.map((d: Option) => d.value);
|
||||
serviceInstanceIds.value = options.map((d: any) => d.id);
|
||||
}
|
||||
|
||||
function changeEventType(options: Option[]) {
|
||||
|
Loading…
Reference in New Issue
Block a user