lizhenhao 2 лет назад
Родитель
Сommit
41ca4df0e1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/modules/sys/workContract/WorkContractFileForm.vue

+ 1 - 1
src/views/modules/sys/workContract/WorkContractFileForm.vue

@@ -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)