新增历史贷款合同前端接口

This commit is contained in:
wkc
2026-04-30 09:17:06 +08:00
parent 6081ee87f2
commit 289937f264
2 changed files with 11 additions and 1 deletions

View File

@@ -53,6 +53,15 @@ export function queryCorporateCustomerMap(custId) {
})
}
// 查询历史贷款合同
export function queryHistoryContracts(custIsn) {
return request({
url: '/loanPricing/workflow/history-contract',
method: 'get',
params: { custIsn: custIsn }
})
}
// 设定执行利率
export function setExecuteRate(serialNum, executeRate) {
return request({