Pārlūkot izejas kodu

合同归档不修改状态

lizhenhao 2 gadi atpakaļ
vecāks
revīzija
41ca4df0e1

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