qinhouyu 11 månader sedan
förälder
incheckning
042cff0b3d
2 ändrade filer med 5 tillägg och 0 borttagningar
  1. 1 0
      src/components/EnginNodeInfo/index.vue
  2. 4 0
      src/components/EngineePipe/index.vue

+ 1 - 0
src/components/EnginNodeInfo/index.vue

@@ -539,6 +539,7 @@ export default {
           this.nodeInfoBo.zEngineeringInfoBo.video=this.nodeInfo.video
           this.nodeInfoBo.zEngineeringInfoBo.zEngineeringMaterialBo = this.zEngineeringMaterialBo
           this.nodeInfoBo.zEngineeringInfoBo.constructAddre=this.nodeInfo.constructAddre
+          this.nodeInfoBo.zEngineeringInfoBo.constructTime=this.nodeInfo.constructTime
           this.nodeInfoBo.zEngineeringInfoBo.onTheDitch=this.nodeInfo.onTheDitch
           this.nodeInfoBo.zEngineeringInfoBo.boxBrand=this.nodeInfo.boxBrand
           this.nodeInfoBo.zEngineeringInfoBo.lightning=this.nodeInfo.lightning

+ 4 - 0
src/components/EngineePipe/index.vue

@@ -468,6 +468,10 @@ export default {
               this.$message.warning('必须上传文件!')
               return
             }
+            if (this.queryParams!=null){
+              delete this.queryParams.zEngineeringNodeBoList
+              delete this.queryParams.zEngineeringNodeBo
+            }
             addEngineeringPipeJacking(this.queryParams).then(res => {
               if (res.code == 200) {
                 this.$message({