|
@@ -1442,7 +1442,6 @@ export default {
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|
|
storageType:this.form.storageType, //储存类型
|
|
storageType:this.form.storageType, //储存类型
|
|
projectId:this.projectId,//项目id
|
|
projectId:this.projectId,//项目id
|
|
- contractLogType: this.form.contractLogTypes.join(','),
|
|
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.baocun({
|
|
this.baocun({
|
|
@@ -1458,7 +1457,6 @@ export default {
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|
|
storageType:this.form.storageType, //储存类型
|
|
storageType:this.form.storageType, //储存类型
|
|
projectId:this.projectId,//项目id
|
|
projectId:this.projectId,//项目id
|
|
- contractLogType: this.form.contractLogTypes.join(','),
|
|
|
|
})
|
|
})
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -1472,7 +1470,6 @@ export default {
|
|
|
|
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|
|
projectId:this.projectId,//项目id
|
|
projectId:this.projectId,//项目id
|
|
- contractLogType: this.form.contractLogTypes.join(','),
|
|
|
|
})
|
|
})
|
|
}
|
|
}
|
|
} else if (this.form.nodeType == 1) {
|
|
} else if (this.form.nodeType == 1) {
|
|
@@ -1490,7 +1487,6 @@ export default {
|
|
projectType:this.form.projectType, //工程类型
|
|
projectType:this.form.projectType, //工程类型
|
|
storageType:this.form.storageType, //储存类型
|
|
storageType:this.form.storageType, //储存类型
|
|
projectId:this.projectId,//项目id
|
|
projectId:this.projectId,//项目id
|
|
- contractLogType: this.form.contractLogTypes.join(','),
|
|
|
|
})
|
|
})
|
|
} else if(this.form.associationType == 2){
|
|
} else if(this.form.associationType == 2){
|
|
//试验资料
|
|
//试验资料
|