@@ -89,9 +89,14 @@
},
methods: {
toTaskDetail(id){
+ const pam = this.searched ? {
+ currentPage: this.currentPage,
+ filter: this.filter,
+ id
+ } : {currentPage: this.currentPage,id};
this.$router.push({
name:'TaskDetail',
- params: {id}
+ params: pam
})
filterDatas(){