Browse Source

Merge branch 'bug_mk' into feature

V4.4.4
mk 2 years ago
parent
commit
8b636f7300
  1. 5
      src/views/dataBoard/cpts/homeDetails/index.vue

5
src/views/dataBoard/cpts/homeDetails/index.vue

@ -454,9 +454,8 @@ export default {
},
watch: {},
mounted() {
// const buId = this.$route.query.buId || null;
// this.getList(buId);
// this.getTableData(this.$route.query.id);
const breadList = this.$route.query.breadList || null;
console.log(JSON.parse(breadList),'seeeeeeee');
this.getPeopleTypeList();
this.listBuildings()
},

Loading…
Cancel
Save