Преглед на файлове

危险作业工程页面

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]
               this.zEngineeringInfoBo = this.params.zEngineeringNodeBoList[0].zEngineeringInfoBoList[0]
             }
             }
             if(type === 37){
             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(){
         reset(){

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

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