|
@@ -184,7 +184,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { config } from '@/api/request/config.js'
|
|
|
- import { lablayout,evacuate,closure,lineEvacuate,getRedis,getDeviceList,textParseUrlIps,
|
|
|
+ import { lablayout,evacuate,closure,lineEvacuate,getRedis,getDeviceList,textParseUrlIps,laboratoryInfo,
|
|
|
getCameraByFloor,jinanGetStartList,nanhuGetStartList,wenchangGetStartList,lineEvacuateTow,treeselectByUser,getBuilding} from '@/api/index.js'
|
|
|
export default {
|
|
|
data() {
|
|
@@ -373,7 +373,7 @@
|
|
|
},
|
|
|
//学院楼栋选中
|
|
|
buildingChange(e){
|
|
|
- this.$set(this,'buildingIndex',e.detail.value);
|
|
|
+ // this.$set(this,'buildingIndex',e.detail.value);
|
|
|
this.$set(this,'buildingName',this.buildingList[e.detail.value].label);
|
|
|
this.$set(this,'buildingId',this.buildingList[e.detail.value].value);
|
|
|
this.$set(this,'deptId',this.buildingList[e.detail.value].value);
|
|
@@ -381,7 +381,7 @@
|
|
|
},
|
|
|
//楼层选中
|
|
|
floorChange(e){
|
|
|
- this.$set(this,'floorIndex',e.detail.value);
|
|
|
+ // this.$set(this,'floorIndex',e.detail.value);
|
|
|
this.$set(this,'floorName',this.floorList[e.detail.value].name);
|
|
|
this.$set(this,'floorId',this.floorList[e.detail.value].id);
|
|
|
this.lablayout(this.buildingId,this.floorList[e.detail.value].id);
|
|
@@ -959,6 +959,7 @@
|
|
|
padding:0 20rpx;
|
|
|
color:#999;
|
|
|
font-size:28rpx;
|
|
|
+ overflow: hidden
|
|
|
}
|
|
|
img{
|
|
|
width:24rpx;
|