ui调整
This commit is contained in:
@@ -25,3 +25,12 @@ export function createWorkflow(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 设定执行利率
|
||||
export function setExecuteRate(serialNum, executeRate) {
|
||||
return request({
|
||||
url: '/loanPricing/workflow/' + serialNum + '/executeRate',
|
||||
method: 'put',
|
||||
data: { executeRate: executeRate }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user