|
@@ -1,7 +1,9 @@
|
|
|
<template>
|
|
|
<div id="deviceGraph">
|
|
|
<div>
|
|
|
- <i class="iconfont icon-fanhui" @click="goBack"></i>
|
|
|
+ <el-button size="small" style="float:left;padding:7px" @click="goBack">
|
|
|
+ <i class="iconfont icon-fanhui"></i>
|
|
|
+ </el-button>
|
|
|
<el-cascader clearable ref="graphCascader" placeholder="请选择建筑楼层" :options="graphOptions" v-model="graphBuilding" filterable size="small"
|
|
|
@change="changeGraphCascader" style="margin-left: 12px" :props="graphProps"></el-cascader>
|
|
|
</div>
|
|
@@ -179,7 +181,7 @@ export default class deviceGraph extends Vue {
|
|
|
z: 0,
|
|
|
buildingId: this.graphBuilding[0],
|
|
|
floorId: this.graphBuilding[1],
|
|
|
- }
|
|
|
+ };
|
|
|
if (
|
|
|
this.equip &&
|
|
|
this.equip.locationJson &&
|