去掉多余的内容
This commit is contained in:
@@ -766,7 +766,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
child.columnName = ''
|
child.columnName = ''
|
||||||
child.columnValue = ''
|
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])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ import { getSecond } from '@/utils/date-util'
|
|||||||
import { api } from '@/utils/api'
|
import { api } from '@/utils/api'
|
||||||
import chartMixin from '@/views/charts2/chart-mixin'
|
import chartMixin from '@/views/charts2/chart-mixin'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
import { getChainRatio, getQueryByFlag2, getQueryByType } from '@/utils/tools'
|
import { getChainRatio } from '@/utils/tools'
|
||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { unitTypes } from '@/utils/constants'
|
import { unitTypes } from '@/utils/constants'
|
||||||
|
|||||||
@@ -48,8 +48,7 @@ import {
|
|||||||
getLineIndexUnit,
|
getLineIndexUnit,
|
||||||
getLineIndexUnit2,
|
getLineIndexUnit2,
|
||||||
overwriteUrl,
|
overwriteUrl,
|
||||||
urlParamsHandler,
|
urlParamsHandler
|
||||||
getQueryByType, getQueryByFlag2
|
|
||||||
} from '@/utils/tools'
|
} from '@/utils/tools'
|
||||||
import ChartError from '@/components/common/Error'
|
import ChartError from '@/components/common/Error'
|
||||||
import { dataForNpmTrafficLine } from '@/utils/static-data'
|
import { dataForNpmTrafficLine } from '@/utils/static-data'
|
||||||
|
|||||||
Reference in New Issue
Block a user