fix: 去除打印

This commit is contained in:
@changcode
2022-01-24 16:19:34 +08:00
parent 1d26a8b21e
commit ca3981131a
4 changed files with 0 additions and 4 deletions

View File

@@ -184,7 +184,6 @@ export default {
}
if (this.isSingleValue) {
if (chartParams && chartParams.dataKey) {
console.log(chartParams.dataKey)
get('/interface/entity/detail/ip/serviceOverview', this.queryParams).then(response =>{
if (response.data.result && (response.data.result[chartParams.dataKey] || response.data.result[chartParams.dataKey] === 0)) {
this.chartData = response.data.result[chartParams.dataKey]