@ -232,10 +232,12 @@ export default {
props: {
},
activated () {
async activated () {
if (this.$route.query) {
let query = this.$route.query
this.defaultCategotyKey = query.columnName
await this.getSearchList()
this.$refs.resiSearch.handleSearch()
}