This commit is contained in:
Taric Xin
2021-12-20 15:15:13 +08:00
parent c3f31cc224
commit bce661246c
15 changed files with 272 additions and 124 deletions

View File

@ -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 = '';