فهرست منبع

可视化统计

wangtong 1 سال پیش
والد
کامیت
86efdc4428
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/ConstructionDetails/index.vue
  2. 1 0
      src/views/zdsz/engineeringInfrastructure/index.vue

+ 2 - 2
src/components/ConstructionDetails/index.vue

@@ -186,7 +186,7 @@
                   :disabled="status == 'read-only' "
                 ></ObsImageUpload>
               </div>
-              
+
             <!-- </el-form-item> -->
             <hr>
           </el-collapse-item>
@@ -353,7 +353,7 @@ export default {
     // 提交审核
     checkingSubmit(){
       try {
-        console.log(this.currentCollapses[0])
+        console.log("this.zEngineeringNodeBo",this.zEngineeringNodeBo)
         this.checkingInfo.engInfoId = this.zEngineeringNodeBo.id
       } catch (error) {
         this.checkingInfo.engInfoId = null

+ 1 - 0
src/views/zdsz/engineeringInfrastructure/index.vue

@@ -791,6 +791,7 @@ export default {
       try {
         this.updateParams = res.data
         this.currentCollapses = res.data.zEngineeringNodeBo.zEngineeringInfoBoList
+        this.zEngineeringNodeBo=res.data.zEngineeringNodeBo
       } catch (error) {
         this.currentCollapses = [];
       }