|
|
@ -522,6 +522,11 @@ export default { |
|
|
|
req.settleRepoInit({ orgPath: window.sessionStorage.getItem('defaultOrgPath'), sid: sid, userSid: window.sessionStorage.getItem('userSid') }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.formobj = res.data |
|
|
|
fetchListByBankSid({ bankSid: this.formobj.bankSid }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.bank_list = res.data |
|
|
|
} |
|
|
|
}) |
|
|
|
if (this.formobj.loanSettleBankCostVo.filesList.length > 0) { |
|
|
|
const aa = [] |
|
|
|
this.formobj.loanSettleBankCostVo.filesList.forEach((e) => { |
|
|
|