fix: 删除 console

This commit is contained in:
zhangyu
2021-12-07 17:53:23 +08:00
parent eb77fd22a8
commit 9567944859
12 changed files with 4 additions and 20 deletions

View File

@@ -1551,7 +1551,6 @@ export default {
})
},
valueMappingChange: function (value) {
console.log(this.editChart.param.valueMapping.type)
if (this.editChart.param.valueMapping.type == 'value') {
this.editChart.param.valueMapping.mapping = [{ text: '', value: '', color: { bac: '#fff', text: '#000' } }]
this.showPicker = [{ bac: false, text: false }]