diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index cb0e87f26..29e482838 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -41,8 +41,13 @@ - - + + + + + + + @@ -51,6 +56,7 @@ + diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTabNew.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTabNew.vue index d112e6122..8d31de1e3 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointTabNew.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointTabNew.vue @@ -6,6 +6,7 @@ :layout="['searchInput', 'elementSet']" :search-msg="searchMsg" :tabs="tabs" + :targetTab="targetTab" @changeTab="changeTab" class="full-width-height" > diff --git a/nezha-fronted/src/components/common/mixin/subDataList.js b/nezha-fronted/src/components/common/mixin/subDataList.js index 4338c1a9a..374b5ec2b 100644 --- a/nezha-fronted/src/components/common/mixin/subDataList.js +++ b/nezha-fronted/src/components/common/mixin/subDataList.js @@ -3,7 +3,8 @@ export default { obj: Object, // 关联的实体对象 tabs: { type: Array - } + }, + targetTab: String }, data () { return {