提交 f01bca33 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw

fix: 修复仪表板文字搜索过滤组件bug

上级 01750321
......@@ -46,7 +46,7 @@ export default {
setCondition() {
const param = {
component: this.element,
value: [this.options.value],
value: !this.options.value ? [] : Array.isArray(this.options.value) ? this.options.value : [this.options.value],
operator: this.operator
}
this.inDraw && this.$store.commit('addViewFilter', param)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论