fix: 部分接口请求 noData 判断调整

This commit is contained in:
@changcode
2023-01-17 14:00:41 +08:00
parent 05677d5fb6
commit 38006bd964
6 changed files with 5 additions and 23 deletions

View File

@@ -144,7 +144,6 @@ export default {
if (!val) {
val = this.metricFilter
}
// const conditionStr = this.$route.query.queryCondition ? this.$route.query.queryCondition : ''
let condition = ''
let type = this.dimensionType
if (this.queryCondition.indexOf(' OR ') > -1) {