wang_xy 9 ماه پیش
والد
کامیت
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
     <ConstructionDetails
       ref="ConstructionDetails"
       ref="ConstructionDetails"
       :currentCollapses="currentCollapses"
       :currentCollapses="currentCollapses"
+      :allPicUrl="allPicUrl"
       :type="nodeDetailType"
       :type="nodeDetailType"
       @updateNodeOption="updateNodeOption"
       @updateNodeOption="updateNodeOption"
       @checkWorking="checkWorking"
       @checkWorking="checkWorking"
@@ -934,6 +935,7 @@ export default {
       nodeDetailType: null,
       nodeDetailType: null,
       enginClassification: null,
       enginClassification: null,
       currentCollapses: [],
       currentCollapses: [],
+      allPicUrl: [],
       enginId: undefined,
       enginId: undefined,
       checkingsVisible: false,
       checkingsVisible: false,
       engineeringGasOpeningShow: false,
       engineeringGasOpeningShow: false,
@@ -1723,6 +1725,7 @@ export default {
         try {
         try {
           this.updateParams = res.data
           this.updateParams = res.data
           this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
           this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
+          this.allPicUrl = res.data.allPicUrl
           console.log("this.currentCollapses", this.currentCollapses)
           console.log("this.currentCollapses", this.currentCollapses)
           this.$refs.ConstructionDetails.setEngineId(res.data.zEngineeringNodeBo.id || null)
           this.$refs.ConstructionDetails.setEngineId(res.data.zEngineeringNodeBo.id || null)
         } catch (error) {
         } catch (error) {