|
@@ -40,13 +40,8 @@ import eqDialog from './eqDialog'
|
|
import bottomLayer from './bottomLayer'
|
|
import bottomLayer from './bottomLayer'
|
|
import editList from '@/components/edit.vue'
|
|
import editList from '@/components/edit.vue'
|
|
import { system, floors } from '@/utils/plugins/components.js'
|
|
import { system, floors } from '@/utils/plugins/components.js'
|
|
-<<<<<<< HEAD
|
|
|
|
-import {
|
|
|
|
- getFloorList
|
|
|
|
-} from '@/api/public.js'
|
|
|
|
-=======
|
|
|
|
|
|
+import { getFloorList } from '@/api/public.js'
|
|
import { queryEquipmentList } from '@/api/equipmentList.js'
|
|
import { queryEquipmentList } from '@/api/equipmentList.js'
|
|
->>>>>>> 1da4dd124815c22e9c6b4953d3240c894105845b
|
|
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -90,9 +85,9 @@ export default {
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.everySystem = this.system[0].children
|
|
this.everySystem = this.system[0].children
|
|
- this.$refs.floorMap.init();
|
|
|
|
- getFloorList({plazaId:'964'}).then((res)=>{
|
|
|
|
- console.log('12313',res)
|
|
|
|
|
|
+ // this.$refs.floorMap.init()
|
|
|
|
+ getFloorList({ plazaId: '964' }).then(res => {
|
|
|
|
+ console.log('12313', res)
|
|
})
|
|
})
|
|
// this.$refs.dialog.init()
|
|
// this.$refs.dialog.init()
|
|
// this.$refs.floorMap.init()
|
|
// this.$refs.floorMap.init()
|