NEZ-1334 fix:Panel设置时间查询后,刷新单个图表,内容出错

This commit is contained in:
zhangyu
2021-11-24 09:38:06 +08:00
parent 42c7d6ae7d
commit 5ced7cb068
5 changed files with 16 additions and 8 deletions

View File

@@ -681,7 +681,7 @@ export default {
resolve({ data: '', status: 'no query' })
})
}
query += '&nullType=' + 'connected'
query += '&nullType=' + 'null'
return this.$get('/prom/api/v1/query_range?query=' + query + '&start=' + this.$stringTimeParseToUnix(startTime) + '&end=' + this.$stringTimeParseToUnix(endTime) + '&step=' + step)
})
}