更新
This commit is contained in:
@@ -30,6 +30,14 @@ const update = (params) => {
|
||||
const getCascaderList = () => {
|
||||
return request.get("/oil-finance/internalCompany/getCascaderList");
|
||||
};
|
||||
// 审核
|
||||
const audit = (params) => {
|
||||
return request.postJson(
|
||||
"/oil-finance/oilCompanyAccountReverse/refinery/audit",
|
||||
params
|
||||
);
|
||||
};
|
||||
|
||||
//公司 远程搜索
|
||||
// const getLikeByNameSuccess = (params) => {
|
||||
// return request.postJson(
|
||||
@@ -45,5 +53,6 @@ export default {
|
||||
save,
|
||||
update,
|
||||
getCascaderList,
|
||||
audit,
|
||||
// getLikeByNameSuccess,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user