mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-29 18:07:35 +00:00
Update src/store/modules/profile.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0ab7114b2d
commit
b3eb8f1a43
@ -103,7 +103,7 @@ export const profileStore = defineStore({
|
|||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
this.endpoints = response.data.pods || [];
|
this.endpoints = response.data.pods || [];
|
||||||
return response;
|
return response.data;
|
||||||
},
|
},
|
||||||
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
async getTaskEndpoints(serviceId: string, keyword?: string) {
|
||||||
const response = await graphql.query("queryEndpoints").params({
|
const response = await graphql.query("queryEndpoints").params({
|
||||||
|
Loading…
Reference in New Issue
Block a user