fix: 去除打印

This commit is contained in:
dataeaseShu 2022-11-22 11:03:32 +08:00
parent 21f0f7a91c
commit 7dafec6cd4
2 changed files with 0 additions and 2 deletions

View File

@ -124,7 +124,6 @@ export function baseGaugeOptionAntV(plot, container, chart, action, scale = 1) {
}
}
}
console.log('hasThreshold', hasThreshold)
if (hasThreshold) {
options.range = {

View File

@ -431,7 +431,6 @@ export default {
},
methods: {
gradientColorChange(colorDto) {
console.log('gradientColorChange')
const modifyNames = ['value', 'colors', 'seriesColors']
modifyNames.forEach(item => {
this.colorForm['modifyName'] = item