|
@ -137,7 +137,7 @@ export default { |
|
|
const offset = (this.options.page - 1) * this.options.itemsPerPage |
|
|
const offset = (this.options.page - 1) * this.options.itemsPerPage |
|
|
const page = offset + index + 1 |
|
|
const page = offset + index + 1 |
|
|
this.$router.push({ |
|
|
this.$router.push({ |
|
|
path: `/projects/${this.$route.params.id}/${this.getLink}`, |
|
|
|
|
|
|
|
|
path: this.localePath(`/projects/${this.$route.params.id}/${this.getLink}`), |
|
|
query: { |
|
|
query: { |
|
|
page, |
|
|
page, |
|
|
q: this.search |
|
|
q: this.search |
|
|