CN-1217 fix: 修复详情页跳转到dashboard下钻页时,没有实体详情跳转按钮
This commit is contained in:
@@ -251,7 +251,8 @@ export default {
|
|||||||
const showEntityDetail = ref(false)
|
const showEntityDetail = ref(false)
|
||||||
|
|
||||||
if (fourthPanel) {
|
if (fourthPanel) {
|
||||||
const tab = query.networkOverviewBeforeTab
|
// networkOverviewBeforeTab是dashboard点击下钻标识,dimensionType是详情页到下钻页标识
|
||||||
|
const tab = query.networkOverviewBeforeTab || query.dimensionType
|
||||||
const value = query.fourthMenu
|
const value = query.fourthMenu
|
||||||
const ipList = ['ip', 'clientIp', 'serverIp', 'dnsServer', 'a', 'aaaa']
|
const ipList = ['ip', 'clientIp', 'serverIp', 'dnsServer', 'a', 'aaaa']
|
||||||
const appList = ['appLabel']
|
const appList = ['appLabel']
|
||||||
|
|||||||
Reference in New Issue
Block a user