Compare commits

...

1 Commits

Author SHA1 Message Date
“怀磊”
96e7c28705 fix: 修复搜索框不能搜索false选项的问题 2022-01-20 15:05:56 +08:00

View File

@@ -206,7 +206,7 @@ export default {
return true return true
}, },
handleConfirm() { handleConfirm() {
if (!this.filterValue) return if (this.filterValue === '') return
if (this.filterValue && !this.filterKey) { if (this.filterValue && !this.filterKey) {
this.filterKey = 'search' this.filterKey = 'search'
} }