edit
This commit is contained in:
@ -17,6 +17,15 @@ export class SystemService extends BaseService {
|
||||
$api_delete_staff = '/api/mdc/cuc/userApp/deleteAppUser';
|
||||
// 冻结或恢复员工
|
||||
$api_free_or_resume_staff = '/api/mdc/cuc/userApp/freezeOrResumeStaff';
|
||||
|
||||
// 查询字典选项列表
|
||||
$api_get_dict_page = '/api/mdc/pbc/dictItems/list/page';
|
||||
// 根据id批量删除字典选项
|
||||
$api_delete_dict_by_ids = '/api/mdc/pbc/dictItems/deleteBatchByIds';
|
||||
// 新增字典选项
|
||||
$api_add_dict = '/api/mdc/pbc/dictItems/save';
|
||||
// 更新字典选项
|
||||
$api_update_dict = '/api/mdc/pbc/dictItems/update';
|
||||
|
||||
|
||||
$api_getAllFunctionInfoByAppId: string = '';
|
||||
|
||||
Reference in New Issue
Block a user