Merge pull request #3248 from dataease/pr@dev@fix_filter_title

fix(过滤器): 标题设置后隐藏再开启被清空
This commit is contained in:
xuwei-fit2cloud 2022-09-29 09:36:22 +08:00 committed by GitHub
commit d5a6e82891
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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