mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 16:15:25 +00:00
fix normal
This commit is contained in:
parent
9556ca2ce9
commit
105c9e57fe
@ -62,7 +62,9 @@ export function useQueryProcessor(config: any) {
|
|||||||
parentService: ["All"].includes(dashboardStore.entity)
|
parentService: ["All"].includes(dashboardStore.entity)
|
||||||
? null
|
? null
|
||||||
: selectorStore.currentService.value,
|
: selectorStore.currentService.value,
|
||||||
normal: selectorStore.currentService.normal,
|
normal: selectorStore.currentService
|
||||||
|
? selectorStore.currentService.normal
|
||||||
|
: true,
|
||||||
scope: config.catalog || dashboardStore.entity,
|
scope: config.catalog || dashboardStore.entity,
|
||||||
topN: 10,
|
topN: 10,
|
||||||
order: c.sortOrder || "DES",
|
order: c.sortOrder || "DES",
|
||||||
|
Loading…
Reference in New Issue
Block a user