From 2eedfe6aca7d751177c99b3b6fed13ad859bd683 Mon Sep 17 00:00:00 2001 From: hyx Date: Thu, 7 Sep 2023 12:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Header.vue | 2 +- src/views/charts2/charts/npm/NpmNetworkQuantity.vue | 2 +- src/views/charts2/charts/npm/NpmTrafficLine.vue | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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'