mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 01:11:07 +00:00
fix: 修复搜索框不能搜索false选项的问题
This commit is contained in:
@@ -206,7 +206,7 @@ export default {
|
||||
return true
|
||||
},
|
||||
handleConfirm() {
|
||||
if (!this.filterValue) return
|
||||
if (this.filterValue === '') return
|
||||
if (this.filterValue && !this.filterKey) {
|
||||
this.filterKey = 'search'
|
||||
}
|
||||
|
Reference in New Issue
Block a user