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