forked from github/dataease
fix(视图): 修复编辑单个指标的数值格式化时其他指标也受影响
This commit is contained in:
parent
a3082b9323
commit
2943412520
@ -107,7 +107,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
init() {
|
init() {
|
||||||
if (!this.formatterItem.formatterCfg) {
|
if (!this.formatterItem.formatterCfg) {
|
||||||
this.formatterItem.formatterCfg = formatterItem
|
this.formatterItem.formatterCfg = JSON.parse(JSON.stringify(formatterItem))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
getExampleValue() {
|
getExampleValue() {
|
||||||
|
Loading…
Reference in New Issue
Block a user