|
@@ -62,7 +62,7 @@ export default {
|
|
|
this.clearGraphy();
|
|
|
this.scene = new LocationPointScene()
|
|
|
this.canvasLoading = true;
|
|
|
- this.scene.getFloorData('/modelapi/base-graph/query', { modelId: this.equip.ModelId }).then(res => {
|
|
|
+ this.scene.getFloorData('/modelapi/base-graph/query', { ModelId: this.equip.ModelId }).then(res => {
|
|
|
this.getGraphtSuc(res)
|
|
|
})
|
|
|
},
|
|
@@ -82,7 +82,7 @@ export default {
|
|
|
},
|
|
|
// 获取文件夹及文件名称
|
|
|
getFileName(id) {
|
|
|
- let pa = { id: id }
|
|
|
+ let pa = { Id: id }
|
|
|
getFileNameById(pa, res => {
|
|
|
this.file = res
|
|
|
})
|