|
@ -259,6 +259,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 |
|
|
console.log(this.defaultCategotyKey) |
|
|
console.log(this.defaultCategotyKey) |
|
|