fix: 实体详情标题修复

This commit is contained in:
chenjinsong
2022-01-04 10:15:37 +08:00
parent 6d73abf18f
commit 1ebc5f76f5
2 changed files with 2 additions and 4 deletions

View File

@@ -1419,8 +1419,6 @@ export default {
this.chartOption.legend.show = false
}
const queryParams = { ...this.queryTimeRange, ...this.entity }
console.info(chartParams.url)
console.info(queryParams)
get(replaceUrlPlaceholder(chartParams.url, queryParams)).then(response => {
if (response.code === 200) {
if (this.$_.isEmpty(response.data.result)) {