feat: 表格下钻后,页面顶部的四级菜单下拉内容样式异常及显示列表内容异常修改

This commit is contained in:
hanyuxia
2024-05-09 16:13:16 +08:00
parent b4c036d638
commit a949b5a6e4
2 changed files with 5 additions and 5 deletions

View File

@@ -411,6 +411,7 @@ export default {
}
},
async breadcrumb (n) {
this.breadcrumbColumnValueListShow = []
this.curTabProp = this.$route.query.dimensionType ? this.$route.query.dimensionType : null
if (this.$route.path.replace('/panel/', '') === fromRoute.dnsServiceInsights) {
if (this.dnsQtypeMapData.size === 0) {
@@ -612,7 +613,6 @@ export default {
})
},
showBreadcrumbPopover (valueMenuId) {
this.breadcrumbColumnValueListShow.splice(0, this.breadcrumbColumnValueListShow.length)
this.curPageNum = 1
this.showBackground = true
this.dropDownValue = ''
@@ -630,6 +630,7 @@ export default {
}
},
changeValue (value) {
this.breadcrumbColumnValueListShow = []
// 设置面包屑显示的内容及hover时的title
let valName = value
if (this.curTabProp === 'qtype') {