|
@@ -243,7 +243,8 @@ export default {
|
|
// console.log("未进行叠置分析");
|
|
// console.log("未进行叠置分析");
|
|
this.forbidOverlayBtn = false;
|
|
this.forbidOverlayBtn = false;
|
|
}
|
|
}
|
|
- this.currentModifiedModelId = node.data.id;
|
|
|
|
|
|
+ this.currentModifiedModelId = node.data.modelId;
|
|
|
|
+ console.log(this.currentModifiedModelId);
|
|
this.currentOverlayFile = node.data.c_dzfx_file;
|
|
this.currentOverlayFile = node.data.c_dzfx_file;
|
|
|
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
@@ -638,7 +639,6 @@ export default {
|
|
// console.log(url);
|
|
// console.log(url);
|
|
this.$Get(url).then((res) => {
|
|
this.$Get(url).then((res) => {
|
|
console.log(res, "叠置分析的结果数据");
|
|
console.log(res, "叠置分析的结果数据");
|
|
- debugger;
|
|
|
|
});
|
|
});
|
|
},
|
|
},
|
|
// 执行叠置分析
|
|
// 执行叠置分析
|