Merge pull request #12495 from dataease/pr@dev-v2@chart-indicator-fix

修复指标卡配置数值格式后被重置的问题 #12199
This commit is contained in:
jianneng-fit2cloud 2024-09-26 14:29:24 +08:00 committed by GitHub
commit 7d2a9df773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,10 @@ const quickCalc = param => {
break
case 'setting':
//
resetValueFormatter(item.value)
//
if (chart.value.type !== 'indicator') {
resetValueFormatter(item.value)
}
editCompare()
break
case 'percent':