Remove old tasks when loading list view
This commit is contained in:
parent
a4bc95902a
commit
68e6b23610
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ export default {
|
|||
return
|
||||
}
|
||||
|
||||
this.$set(this, 'tasks', [])
|
||||
|
||||
if (search !== '') {
|
||||
params.s = search
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue