Fix maintaining the current page for the list view when navigating back from another page
This commit is contained in:
parent
cc02fc82fc
commit
588b87fb96
3 changed files with 7 additions and 2 deletions
|
|
@ -143,7 +143,6 @@
|
|||
},
|
||||
created() {
|
||||
this.taskService = new TaskService()
|
||||
this.initTasks(1)
|
||||
},
|
||||
methods: {
|
||||
// This function initializes the tasks page and loads the first page of tasks
|
||||
|
|
|
|||
Reference in a new issue