|
@ -234,6 +234,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
async activated () { |
|
|
async activated () { |
|
|
if (this.$route.query) { |
|
|
if (this.$route.query) { |
|
|
|
|
|
this.searchList = [] |
|
|
let query = this.$route.query |
|
|
let query = this.$route.query |
|
|
this.defaultCategotyKey = query.columnName |
|
|
this.defaultCategotyKey = query.columnName |
|
|
await this.getSearchList() |
|
|
await this.getSearchList() |
|
|