edit
This commit is contained in:
@ -26,6 +26,14 @@ export class SystemService extends BaseService {
|
||||
|
||||
// 分页获取应用角色列表
|
||||
$api_get_role_page = '/api/mdc/cuc/roleInfo/getAppRoleInfoList';
|
||||
// 新增角色
|
||||
$api_save_role = '/api/mdc/cuc/roleInfo/saveRoleInfo';
|
||||
// 编辑角色
|
||||
$api_update_role = '/api/mdc/cuc/roleInfo/updateRoleInfo';
|
||||
// 删除角色(含多个)
|
||||
$api_dalete_role = '/api/mdc/cuc/roleInfo/removeRoleInfo';
|
||||
// 获取角色详情
|
||||
$api_getRoleInfo = '/api/mdc/cuc/roleInfo/getRoleInfo';
|
||||
|
||||
// 查询字典选项列表
|
||||
$api_get_dict_page = '/api/mdc/pbc/dictItems/list/page';
|
||||
@ -45,13 +53,13 @@ export class SystemService extends BaseService {
|
||||
// 删除CRM客户信息表
|
||||
$api_deletebatch_crmCustomer = '/api/mdc/crmCustomer/deletebatch';
|
||||
|
||||
$api_getAllFunctionInfoByAppId: string = '';
|
||||
// 获取某个应用的所有菜单
|
||||
$api_getAllFunctionInfoByAppId: string = '/api/mdc/cuc/functionInfo/getAllFunctionInfoByAppId';
|
||||
$api_getRoleTemplateInfo: string = '';
|
||||
$api_getFunctionButtonInfo: string = '';
|
||||
$api_getFunctionDataInfo: string = '';
|
||||
$api_getAppList: string = '';
|
||||
$api_getRoleTemplateListByAppId: string = '';
|
||||
$api_getRoleInfo: string = '';
|
||||
$api_updateRoleInfo: string = '';
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
|
||||
Reference in New Issue
Block a user