Commit efdacb00 authored by liuyang's avatar liuyang

add 企业列表管理

parent 805ead0e
/******************
* 企业列表
*****************/
// 导入请求公用方法
import {
request
} from '../../utils/axiosFun';
export const fetchList = (query) => {
return request('post','/api/mgr/enterprise/list',query)
}
export const addObj = (obj) => {
return request('post','/api/mgr/enterprise/save',obj)
}
export const putObj = (obj) => {
return request('post','/api/mgr/enterprise/update',obj)
}
\ No newline at end of file
This diff is collapsed.
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