fix: 去除打印
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -96,7 +96,6 @@ export default {
|
||||
chartData: {
|
||||
deep: true,
|
||||
handler (n) {
|
||||
console.log(n)
|
||||
this.init(`chart${this.chartInfo.id}`)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -202,7 +202,6 @@ export default {
|
||||
deep: true,
|
||||
handler (n) {
|
||||
this.initMap(`chart${this.chartInfo.id}`)
|
||||
console.log(n)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user