forked from github/dataease
Merge pull request #7875 from ulleo/dev-v2
fix(图表): 指标卡>样式>指标值>后缀颜色设置,初始化颜色不正确
This commit is contained in:
commit
e7171df04d
@ -71,6 +71,7 @@ const init = () => {
|
||||
//第一次颜色可能赋值失败,单独赋值一次
|
||||
nextTick(() => {
|
||||
state.indicatorValueForm.color = customText.color
|
||||
state.indicatorValueForm.suffixColor = customText.suffixColor
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user