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