|
@@ -524,8 +524,8 @@
|
|
|
if (this.inputForm.contractFees !== undefined && this.inputForm.contractFees !== null) {
|
|
|
this.inputForm.fees = this.inputForm.contractFees.join(',')
|
|
|
}
|
|
|
+ this.inputForm.filedType = '5'
|
|
|
this.workContractService.save(this.inputForm)
|
|
|
- this.inputForm.filedType = '2'
|
|
|
this.inputForm.contractInfoId = id
|
|
|
this.workContractFileService.save(this.inputForm).then(({data}) => {
|
|
|
callback(data.businessTable, data.businessId, this.inputForm)
|