fix(过滤器): 标题设置后隐藏再开启被清空

This commit is contained in:
fit2cloud-chenyw 2022-09-28 22:51:11 +08:00
parent e19e3ccc2f
commit 4157957f85

View File

@ -228,7 +228,6 @@ export default {
},
showTitleChange(value) {
if (!value) {
this.attrs.title = ''
this.element.style.backgroundColor = ''
}
this.fillAttrs2Filter()