parent
6b7e984817
commit
76a01f9f47
6 changed files with 42 additions and 18 deletions
frontend/src/mixins
|
@ -80,6 +80,7 @@ export default {
|
|||
$route(newRoute: { fullPath: string }, oldRoute: { fullPath: string }) {
|
||||
const oldQuery = this.parseQuery(oldRoute.fullPath)
|
||||
const newQuery = this.parseQuery(newRoute.fullPath)
|
||||
// @ts-ignore
|
||||
if (this.isQueryChanged({oldValue: oldQuery, newValue: newQuery})) {
|
||||
this.query = newQuery
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue