edit
This commit is contained in:
@ -19,9 +19,18 @@ export class UsermanageService extends BaseService {
|
||||
// 查询企业列表
|
||||
$api_get_freight_list = '/api/mdc/cuc/enterpriseInfo/operate/list/page';
|
||||
|
||||
// 导出企业列表
|
||||
$api_export_freight_list = '/api/mdc/cuc/enterpriseInfo/operate/export';
|
||||
|
||||
// 查询企业详情
|
||||
$api_get_freight_detail = '/api/mdc/cuc/enterpriseInfo/operate/detail';
|
||||
|
||||
// 添加企业业务员
|
||||
$api_add_salesman = '/api/mdc/cuc/enterpriseInfo/operate/addSalesman';
|
||||
|
||||
// 冻结/启用企业业
|
||||
$api_lock_freight = '/api/mdc/cuc/enterpriseInfo/operate/lock';
|
||||
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user