|
@@ -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({
|