|
Lines 161-167
export default {
Link Here
|
| 161 |
}, |
161 |
}, |
| 162 |
filter_table: async function () { |
162 |
filter_table: async function () { |
| 163 |
let { href } = this.$router.resolve({ |
163 |
let { href } = this.$router.resolve({ |
| 164 |
name: "EHoldingsEBSCOPackagesShow", |
164 |
name: "EHoldingsEBSCOPackagesList", |
| 165 |
}) |
165 |
}) |
| 166 |
let new_route = build_url(href, this.filters) |
166 |
let new_route = build_url(href, this.filters) |
| 167 |
this.$router.push(new_route) |
167 |
this.$router.push(new_route) |
| 168 |
- |
|
|