mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
fix: update components, save templates (#35)
This commit is contained in:
@@ -101,6 +101,7 @@ export const selectorStore = defineStore({
|
||||
keyword?: string;
|
||||
serviceId?: string;
|
||||
isRelation?: boolean;
|
||||
limit?: number;
|
||||
}): Promise<Nullable<AxiosResponse>> {
|
||||
if (!params) {
|
||||
params = {};
|
||||
@@ -113,6 +114,7 @@ export const selectorStore = defineStore({
|
||||
serviceId,
|
||||
duration: this.durationTime,
|
||||
keyword: params.keyword || "",
|
||||
limit: params.limit,
|
||||
});
|
||||
if (!res.data.errors) {
|
||||
if (params.isRelation) {
|
||||
|
Reference in New Issue
Block a user