浏览代码

合同归档不修改状态

lizhenhao 2 年之前
父节点
当前提交
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)