diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index 384cbaff..44266f42 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -766,7 +766,7 @@ export default { } else { child.columnName = '' child.columnValue = '' - this.$_.omit(this.urlChangeParams, [this.curTabState.thirdPanel, this.curTabState.fourthPanel, this.curTabState.thirdMenu, this.curTabState.fourthMenu, this.curTabState.dimensionType, this.curTabState.panelName, this.curTabState.curTab, this.curTabState.queryCondition, this.curTabState.lineQueryCondition, this.curTabState.networkOverviewBeforeTab,, this.curTabState.lineThirdDimensionQueryCondition,, this.curTabState.thirdDimensionQueryCondition]) + this.$_.omit(this.urlChangeParams, [this.curTabState.thirdPanel, this.curTabState.fourthPanel, this.curTabState.thirdMenu, this.curTabState.fourthMenu, this.curTabState.dimensionType, this.curTabState.panelName, this.curTabState.curTab, this.curTabState.queryCondition, this.curTabState.lineQueryCondition, this.curTabState.networkOverviewBeforeTab, this.curTabState.lineThirdDimensionQueryCondition, this.curTabState.thirdDimensionQueryCondition]) } } }) diff --git a/src/views/charts2/charts/npm/NpmNetworkQuantity.vue b/src/views/charts2/charts/npm/NpmNetworkQuantity.vue index ec024427..7cb43810 100644 --- a/src/views/charts2/charts/npm/NpmNetworkQuantity.vue +++ b/src/views/charts2/charts/npm/NpmNetworkQuantity.vue @@ -59,7 +59,7 @@ import { getSecond } from '@/utils/date-util' import { api } from '@/utils/api' import chartMixin from '@/views/charts2/chart-mixin' import _ from 'lodash' -import { getChainRatio, getQueryByFlag2, getQueryByType } from '@/utils/tools' +import { getChainRatio } from '@/utils/tools' import { useRoute } from 'vue-router' import { ref } from 'vue' import { unitTypes } from '@/utils/constants' diff --git a/src/views/charts2/charts/npm/NpmTrafficLine.vue b/src/views/charts2/charts/npm/NpmTrafficLine.vue index 897c98ac..f7029294 100644 --- a/src/views/charts2/charts/npm/NpmTrafficLine.vue +++ b/src/views/charts2/charts/npm/NpmTrafficLine.vue @@ -48,8 +48,7 @@ import { getLineIndexUnit, getLineIndexUnit2, overwriteUrl, - urlParamsHandler, - getQueryByType, getQueryByFlag2 + urlParamsHandler } from '@/utils/tools' import ChartError from '@/components/common/Error' import { dataForNpmTrafficLine } from '@/utils/static-data'