|
@@ -1322,8 +1322,8 @@ export default {
|
|
|
this.form.projectType = res.data.projectType //工程类型
|
|
|
this.form.storageType = res.data.storageType //储存类型
|
|
|
|
|
|
- if(res.data.expDataType){
|
|
|
- this.form.expDataTypes = res.data.expDataType.split(',') //文件类型
|
|
|
+ if(res.data.contractTrialType){
|
|
|
+ this.form.expDataTypes = res.data.contractTrialType.split(',') //文件类型
|
|
|
}else{
|
|
|
this.form.expDataTypes = [];
|
|
|
}
|
|
@@ -1497,10 +1497,10 @@ export default {
|
|
|
nodeType: this.form.nodeType, // 节点类型
|
|
|
postType: this.form.postType, //岗位类型
|
|
|
associationType: this.form.associationType, //关联类型
|
|
|
- expDataType:this.form.expDataTypes.join(','),//文件类型
|
|
|
- projectType:this.form.projectType, //工程类型
|
|
|
- storageType:this.form.storageType, //储存类型
|
|
|
- projectId:this.projectId,//项目id
|
|
|
+ contractTrialType: this.form.expDataTypes.join(','),//文件类型
|
|
|
+ projectType: this.form.projectType, //工程类型
|
|
|
+ storageType: this.form.storageType, //储存类型
|
|
|
+ projectId: this.projectId,//项目id
|
|
|
contractLogType: this.form.contractLogTypes.join(','),
|
|
|
})
|
|
|
}else {
|