|
@@ -235,7 +235,7 @@ export default {
|
|
|
that.clearGraphy(this.i)
|
|
|
that.scene = new LocationPointScene();
|
|
|
this.canvasLoading = true;
|
|
|
- that.scene.getFloorData('/modelapi/base-graph/query', { ModelId: can[this.i].dataset.modelid }).then(res => {
|
|
|
+ that.scene.getFloorData('/modelapi/base-graph/query', { modelId: can[this.i].dataset.modelid }).then(res => {
|
|
|
that.canvasLoading = false;
|
|
|
if (res == 'error') {
|
|
|
this.FloorMap = '';
|
|
@@ -399,4 +399,4 @@ export default {
|
|
|
canvas {
|
|
|
position: static !important;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|