This commit is contained in:
xiaozhiyong
2023-02-21 17:20:11 +08:00
parent 526c1e9e4c
commit e27c49a6b9
7 changed files with 15 additions and 13 deletions

View File

@@ -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,
};