mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
fix(视图): 修复编辑单个指标的数值格式化时其他指标也受影响
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
methods: {
|
||||
init() {
|
||||
if (!this.formatterItem.formatterCfg) {
|
||||
this.formatterItem.formatterCfg = formatterItem
|
||||
this.formatterItem.formatterCfg = JSON.parse(JSON.stringify(formatterItem))
|
||||
}
|
||||
},
|
||||
getExampleValue() {
|
||||
|
||||
Reference in New Issue
Block a user