Browse Source

初始化基础信息

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

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

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

Loading…
Cancel
Save