mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: 修复搜索框不能搜索false选项的问题
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user