|
@@ -186,47 +186,6 @@ export default {
|
|
spaceType: Object,
|
|
spaceType: Object,
|
|
floorType: Object
|
|
floorType: Object
|
|
},
|
|
},
|
|
- // computed: {
|
|
|
|
- // buildingData() {
|
|
|
|
- // if (!this.buildingList || !this.buildingList.length) {
|
|
|
|
- // return [];
|
|
|
|
- // }
|
|
|
|
- // let bL = this.buildingList.concat();
|
|
|
|
- // bL.map(item => {
|
|
|
|
- // item.value = item.BuildID;
|
|
|
|
- // item.label = item.BuildLocalName;
|
|
|
|
- // item.children = [];
|
|
|
|
- // if (item.Floor instanceof Array) {
|
|
|
|
- // item.children = item.Floor.map(fitem => {
|
|
|
|
- // fitem.value = fitem.FloorID
|
|
|
|
- // fitem.label = fitem.FloorLocalName
|
|
|
|
- // return fitem
|
|
|
|
- // })
|
|
|
|
- // }
|
|
|
|
- // if (!this.$route.query.onlyRead) {
|
|
|
|
- // item.children.unshift({
|
|
|
|
- // value: "noKnow",
|
|
|
|
- // label: "未明确建筑"
|
|
|
|
- // })
|
|
|
|
- // }
|
|
|
|
- // item.children.unshift({
|
|
|
|
- // value: "all",
|
|
|
|
- // label: "全部"
|
|
|
|
- // })
|
|
|
|
- // });
|
|
|
|
- // if (!this.$route.query.onlyRead) {
|
|
|
|
- // bL.unshift({
|
|
|
|
- // value: "all",
|
|
|
|
- // label: "全部"
|
|
|
|
- // }, {
|
|
|
|
- // value: "noKnow",
|
|
|
|
- // label: "未明确建筑"
|
|
|
|
- // });
|
|
|
|
- // }
|
|
|
|
- // console.log("这是", bL)
|
|
|
|
- // return bL;
|
|
|
|
- // }
|
|
|
|
- // },
|
|
|
|
watch: {
|
|
watch: {
|
|
space: {
|
|
space: {
|
|
handler() {
|
|
handler() {
|