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

fix: 【ID1004278】【仪表板】时间过滤组件-日期,选择日期没反应

上级 09d60f7f
......@@ -35,6 +35,9 @@ export default {
},
created() {
this.options = this.element.options
if ((this.options.attrs.type === 'date' || this.options.attrs.type === 'daterange') && Array.isArray(this.options.value) && this.options.value.length === 0) {
this.options.value = null
}
},
methods: {
search() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论