fix: npm ip下钻补充默认值

This commit is contained in:
@changcode
2022-12-01 16:33:53 +08:00
parent 9b53efdaed
commit 0f600b44ac
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export default {
const metricFilter = ref(query.lineMetric || 'Bits/s')
const queryCondition = ref(query.queryCondition || '')
const dimensionType = ref(query.dimensionType || '')
const tabIndex = ref(query.tabIndex)
const tabIndex = ref(query.tabIndex || 0)
return {
metricFilter,
queryCondition,