瀏覽代碼

危险作业工程页面

zhaowenrui 1 年之前
父節點
當前提交
a8ee840666
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/components/EngineeNode/index.vue
  2. 1 1
      src/views/zdsz/engineeringDangerous/index.vue

+ 2 - 2
src/components/EngineeNode/index.vue

@@ -527,8 +527,8 @@ export default {
               this.zEngineeringInfoBo = this.params.zEngineeringNodeBoList[0].zEngineeringInfoBoList[0]
             }
             if(type === 37){
-              this.zEngineeringInfoBo = this.params.zEngineeringNodeBos[0].zEngineeringInfoBoList[0]
-              this.nodeType = this.params.zEngineeringNodeBos[0].type
+              this.zEngineeringInfoBo = this.params.zEngineeringNodeBoList[0].zEngineeringInfoBoList[0]
+              this.nodeType = this.params.zEngineeringNodeBoList[0].type
             }
         },
         reset(){

+ 1 - 1
src/views/zdsz/engineeringDangerous/index.vue

@@ -717,7 +717,7 @@ export default {
         id:this.currentId
       }).then(res => {
         try {
-          this.currentCollapses = res.data.zEngineeringNodeBos[0].zEngineeringInfoBoList
+          this.currentCollapses = res.data.zEngineeringNodeBoList[0].zEngineeringInfoBoList
         } catch (error) {
           this.currentCollapses = [];
         }