Merge branch 'refactor/fetch' of https://github.com/Fine0830/skywalking-booster-ui into refactor/fetch

This commit is contained in:
Fine 2025-04-22 11:29:24 +08:00
commit 849b1d84fc

View File

@ -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({