ソースを参照

可视化统计

wangtong 1 年間 前
コミット
86efdc4428

+ 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 = [];
       }