fix: 解决冲突

This commit is contained in:
@changcode
2022-09-20 09:36:53 +08:00
parent 7f4a593d45
commit 8fb738ce6b
3 changed files with 13 additions and 5 deletions

View File

@@ -129,7 +129,7 @@ export default {
methods: {
init (val) {
if (!val) {
val = 'Bits/s'
val = this.metricFilter
}
let condition = ''
if (this.$store.getters.getQueryCondition.indexOf('OR') > -1) {