Ver código fonte

财务模块代码提交

wangqiang 1 ano atrás
pai
commit
901abdce5c
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/cw/workContract/ContractRegistration.vue

+ 1 - 0
src/views/cw/workContract/ContractRegistration.vue

@@ -608,6 +608,7 @@
         }
         if (type === 'rebackBorrow') {
           row.borrowType = '0'
+			row.createTime = '';
           this.cwWorkContractBorrowService.updateStatusByContractInfoId(row).then(() => {
             this.cwWorkContractBorrowService.deleteById(row.id)
           })