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]

View File

@@ -96,7 +96,6 @@ export default {
chartData: {
deep: true,
handler (n) {
console.log(n)
this.init(`chart${this.chartInfo.id}`)
}
}

View File

@@ -202,7 +202,6 @@ export default {
deep: true,
handler (n) {
this.initMap(`chart${this.chartInfo.id}`)
console.log(n)
}
}
},

View File

@@ -153,7 +153,6 @@ export default {
get((this.trafficUrlMap), this.getQueryParams()).then(response => {
if (response.code === 200) {
this.chartData = response.data.result
console.log(this.chartData)
}
})
},