Kaynağa Gözat

危险作业工程页面

zhaowenrui 1 yıl önce
ebeveyn
işleme
a8ee840666

+ 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 = [];
         }