|
@@ -28,7 +28,6 @@
|
|
|
</div>
|
|
|
<div class='eq-content'>
|
|
|
<floorMap ref='floorMap'></floorMap>
|
|
|
- <bottomLayer></bottomLayer>
|
|
|
</div>
|
|
|
<floor-list :floors='floors' @emitFloor='emitFloor'></floor-list>
|
|
|
</div>
|
|
@@ -42,11 +41,10 @@
|
|
|
<script>
|
|
|
import floorList from '@/components/floorList.vue'
|
|
|
import floorMap from '@/components/floorMap/index.vue'
|
|
|
+
|
|
|
import eqDialog from './eqDialog'
|
|
|
-import bottomLayer from './bottomLayer'
|
|
|
import editList from '@/components/edit.vue'
|
|
|
import { system, floors } from '@/utils/plugins/components.js'
|
|
|
-// import { getFloorList } from '@/api/public.js'
|
|
|
import { querySelect, queryTab } from '@/api/public.js'
|
|
|
export default {
|
|
|
data() {
|
|
@@ -65,7 +63,7 @@ export default {
|
|
|
manufacturer: []
|
|
|
}
|
|
|
},
|
|
|
- components: { floorList, eqDialog, floorMap, bottomLayer, editList },
|
|
|
+ components: { floorList, eqDialog, floorMap, editList },
|
|
|
methods: {
|
|
|
// 查询下拉框
|
|
|
query() {
|