This commit is contained in:
Taric Xin
2021-12-27 13:55:46 +08:00
parent 0f532ad744
commit cac371baf3
33 changed files with 59 additions and 79 deletions

View File

@ -13,8 +13,6 @@ import { BaseService } from 'src/app/shared/services';
providedIn: 'root'
})
export class SystemService extends BaseService {
// 分页查询企业项目员工列表
$api_get_enterprise_staff_page = '/api/mdc/cuc/userApp/getEnterpriseProjectStaffListPage';
// 添加员工
@ -25,7 +23,10 @@ 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_role_page = '/api/mdc/cuc/roleInfo/getAppRoleInfoList';
// 查询字典选项列表
$api_get_dict_page = '/api/mdc/pbc/dictItems/list/page';
// 根据id批量删除字典选项
@ -35,7 +36,6 @@ export class SystemService extends BaseService {
// 更新字典选项
$api_update_dict = '/api/mdc/pbc/dictItems/update';
// 获取CRM客户信息表
$api_get_crmCustomer = '/api/mdc/crmCustomer/get';
// 查询CRM客户信息表
@ -45,7 +45,6 @@ export class SystemService extends BaseService {
// 删除CRM客户信息表
$api_deletebatch_crmCustomer = '/api/mdc/crmCustomer/deletebatch';
$api_getAllFunctionInfoByAppId: string = '';
$api_getRoleTemplateInfo: string = '';
$api_getFunctionButtonInfo: string = '';