fix : 移除输出log
This commit is contained in:
@@ -256,7 +256,7 @@ const changeChartItem = (event) => {
|
||||
}
|
||||
arr.push(obj)
|
||||
})
|
||||
console.log('arr',arr)
|
||||
// console.log('arr',arr)
|
||||
for (const propertyName in option.legend.selected) {
|
||||
if (propertyName === item.label) {
|
||||
option.legend.selected[propertyName] = true
|
||||
@@ -296,10 +296,10 @@ const startDrag = (event) => {
|
||||
flag.value = false
|
||||
}
|
||||
} else if (chart === 'pie') {
|
||||
console.log('拖动饼图')
|
||||
// console.log('拖动饼图')
|
||||
flag.value = false
|
||||
}else if (chart === 'radar') {
|
||||
console.log('拖动雷达')
|
||||
// console.log('拖动雷达')
|
||||
flag.value = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user