edit
This commit is contained in:
@ -5,6 +5,20 @@ import { BaseService } from 'src/app/shared/services';
|
||||
providedIn: 'root'
|
||||
})
|
||||
export class SystemService extends BaseService {
|
||||
|
||||
|
||||
// 分页查询企业项目员工列表
|
||||
$api_get_enterprise_staff_page = '/api/mdc/cuc/userApp/getEnterpriseProjectStaffListPage';
|
||||
// 添加员工
|
||||
$api_add_staff = '/api/mdc/cuc/userApp/addStaff';
|
||||
// 编辑员工
|
||||
$api_edit_staff = '/api/mdc/cuc/userApp/editorStaff';
|
||||
// 删除应用用户(员工)
|
||||
$api_delete_staff = '/api/mdc/cuc/userApp/deleteAppUser';
|
||||
// 冻结或恢复员工
|
||||
$api_free_or_resume_staff = '/api/mdc/cuc/userApp/freezeOrResumeStaff';
|
||||
|
||||
|
||||
$api_getAllFunctionInfoByAppId: string = '';
|
||||
$api_getRoleTemplateInfo: string = '';
|
||||
$api_getFunctionButtonInfo: string = '';
|
||||
|
||||
Reference in New Issue
Block a user