|
@@ -43,6 +43,9 @@ 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'
|
|
|
|
+import {
|
|
|
|
+ getFloorList
|
|
|
|
+} from '@/api/public.js'
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -75,7 +78,10 @@ export default {
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
this.everySystem = this.system[0].children
|
|
this.everySystem = this.system[0].children
|
|
- this.$refs.floorMap.init()
|
|
|
|
|
|
+ this.$refs.floorMap.init();
|
|
|
|
+ getFloorList({plazaId:'964'}).then((res)=>{
|
|
|
|
+ console.log('12313',res)
|
|
|
|
+ })
|
|
// this.$refs.dialog.init()
|
|
// this.$refs.dialog.init()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -159,4 +165,4 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|