edit
This commit is contained in:
@ -15,6 +15,8 @@ import { BaseService } from 'src/app/shared/services';
|
||||
export class SystemService extends BaseService {
|
||||
// 分页查询企业项目员工列表
|
||||
$api_get_enterprise_staff_page = '/api/mdc/cuc/userApp/getEnterpriseProjectStaffListPage';
|
||||
// 分页查询企业项目员工列表
|
||||
$api_export_staff = '/api/mdc/cuc/userApp/enterpriseProjectStaffExport';
|
||||
// 添加员工
|
||||
$api_add_staff = '/api/mdc/cuc/userApp/addStaff';
|
||||
// 编辑员工
|
||||
|
||||
Reference in New Issue
Block a user