fix search
This commit is contained in:
parent
13bf45f6af
commit
2392a72856
1 changed files with 1 additions and 3 deletions
|
|
@ -223,9 +223,7 @@ var vm = new Vue({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'itemSearch': debounce(function(newVal) {
|
'itemSearch': debounce(function(newVal) {
|
||||||
if (newVal) {
|
this.refreshItems()
|
||||||
this.refreshItems()
|
|
||||||
}
|
|
||||||
}, 500),
|
}, 500),
|
||||||
'itemSortNewestFirst': function(newVal, oldVal) {
|
'itemSortNewestFirst': function(newVal, oldVal) {
|
||||||
if (oldVal === null) return
|
if (oldVal === null) return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue