wang_xy 9 месяцев назад
Родитель
Сommit
4a987523a1
2 измененных файлов с 1890 добавлено и 911 удалено
  1. 1887 911
      src/components/ConstructionDetails/index.vue
  2. 3 0
      src/views/zdsz/engineeringCivil/index.vue

Разница между файлами не показана из-за своего большого размера
+ 1887 - 911
src/components/ConstructionDetails/index.vue


+ 3 - 0
src/views/zdsz/engineeringCivil/index.vue

@@ -600,6 +600,7 @@
     <ConstructionDetails
       ref="ConstructionDetails"
       :currentCollapses="currentCollapses"
+      :allPicUrl="allPicUrl"
       :type="nodeDetailType"
       @updateNodeOption="updateNodeOption"
       @checkWorking="checkWorking"
@@ -934,6 +935,7 @@ export default {
       nodeDetailType: null,
       enginClassification: null,
       currentCollapses: [],
+      allPicUrl: [],
       enginId: undefined,
       checkingsVisible: false,
       engineeringGasOpeningShow: false,
@@ -1723,6 +1725,7 @@ export default {
         try {
           this.updateParams = res.data
           this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
+          this.allPicUrl = res.data.allPicUrl
           console.log("this.currentCollapses", this.currentCollapses)
           this.$refs.ConstructionDetails.setEngineId(res.data.zEngineeringNodeBo.id || null)
         } catch (error) {