wang_xy 9 ヶ月 前
コミット
4a987523a1

ファイルの差分が大きいため隠しています
+ 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) {