Commit 0b225f3e authored by 沈翠玲's avatar 沈翠玲

修改bug

parent 7666d690
......@@ -28,9 +28,9 @@ export const changeDistributeCpe = (data) => {
return request.post(`/LoanDistribute/changeDistributeCpe`, data);
};
// 撤回案件
// export const backDistribute = (ids) => {
// return request.get('/LoanDistribute/back', { ids });
// };
export const backDistribute = (ids) => {
return request.get('/LoanDistribute/back', { ids });
};
// 撤案
export const withdraw = (ids) => {
return request.get('/LoanDistribute/withdraw', { ids });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment