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