Przeglądaj źródła

新增顶管 type null

wangzhe 11 miesięcy temu
rodzic
commit
31f9145fd8
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/components/EngineePipe/index.vue

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

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