mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-17 21:15:25 +00:00
fix: active item
This commit is contained in:
parent
4e80925745
commit
6014e998d0
@ -164,6 +164,7 @@ export default defineComponent({
|
|||||||
() => dashboardStore.activedGridItem,
|
() => dashboardStore.activedGridItem,
|
||||||
(data) => {
|
(data) => {
|
||||||
if (!data) {
|
if (!data) {
|
||||||
|
activeTabWidget.value = "";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const i = data.split("-");
|
const i = data.split("-");
|
||||||
|
Loading…
Reference in New Issue
Block a user