فهرست منبع

修改自定义模型参数

Bella 2 سال پیش
والد
کامیت
1aa2d6274f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/common/BottomForm/CustomModelDialog.vue

+ 2 - 2
src/components/common/BottomForm/CustomModelDialog.vue

@@ -243,7 +243,8 @@ export default {
         // console.log("未进行叠置分析");
         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.$nextTick(() => {
@@ -638,7 +639,6 @@ export default {
       // console.log(url);
       this.$Get(url).then((res) => {
         console.log(res, "叠置分析的结果数据");
-        debugger;
       });
     },
     // 执行叠置分析