Browse Source

初始化查询111

shibei_master
13176889840 4 years ago
parent
commit
0026e338de
  1. 4
      src/views/modules/base/resi.vue

4
src/views/modules/base/resi.vue

@ -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()
} }
}, },

Loading…
Cancel
Save