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