fix:删除 console 解决 sanKey 不显示的问题
This commit is contained in:
@@ -185,7 +185,6 @@ export default {
|
||||
if (this.isSingleValue) {
|
||||
if (chartParams && chartParams.dataKey) {
|
||||
get(replaceUrlPlaceholder(chartParams.url), this.queryParams).then(response =>{
|
||||
console.log(response)
|
||||
if (response.code === 200) {
|
||||
if (response.data.result && (response.data.result[chartParams.dataKey] || response.data.result[chartParams.dataKey] === 0)) {
|
||||
this.chartData = response.data.result[chartParams.dataKey]
|
||||
|
||||
Reference in New Issue
Block a user