refactor(视图): 视图计算字段限制过滤

This commit is contained in:
junjun 2022-07-28 22:15:26 +08:00
parent 25a72fe68a
commit c07b4326e3

View File

@ -2297,6 +2297,7 @@ export default {
}
}
this.dragMoveDuplicate(this.view.customFilter, e)
this.dragRemoveChartField(this.view.customFilter, e)
this.calcData(true)
},