|
@@ -242,8 +242,8 @@ export default {
|
|
|
}
|
|
|
this.currentModifiedModelId = node.data.id;
|
|
|
this.currentOverlayFile = node.data.c_dzfx_file;
|
|
|
- console.log(this.currentModifiedModelId, "currentModifiedModelId");
|
|
|
- console.log(this.currentOverlayFile, "currentOverlayFile");
|
|
|
+ // console.log(this.currentModifiedModelId, "currentModifiedModelId");
|
|
|
+ // console.log(this.currentOverlayFile, "currentOverlayFile");
|
|
|
|
|
|
this.$nextTick(() => {
|
|
|
if (this.$refs.transferTree) {
|
|
@@ -635,7 +635,7 @@ export default {
|
|
|
displayOverlayGeometry(url) {
|
|
|
// console.log(url);
|
|
|
this.$Get(url).then((res) => {
|
|
|
- console.log(res, "叠置分析的结果数据");
|
|
|
+ // console.log(res, "叠置分析的结果数据");
|
|
|
});
|
|
|
},
|
|
|
// 执行叠置分析
|