mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
fix: polish pages and bugs fix (#36)
This commit is contained in:
@@ -82,10 +82,7 @@ export const profileStore = defineStore({
|
||||
if (res.data.errors) {
|
||||
return res.data;
|
||||
}
|
||||
this.services = [
|
||||
{ value: "0", label: "All" },
|
||||
...res.data.data.services,
|
||||
] || [{ value: "0", label: "All" }];
|
||||
this.services = res.data.data.services;
|
||||
return res.data;
|
||||
},
|
||||
async getTaskList() {
|
||||
|
Reference in New Issue
Block a user