11
WXL
2024-03-14 1c08c6dcbe0f81bd8cff8a363e0d6f5c996474be
src/api/project/organization.js
@@ -15,6 +15,13 @@
    method: 'get',
  })
}
// 查询绩效人员列表
export function listperformance(userType) {
  return request({
    url: '/externalperson/group/getPersonInfo/' + userType,
    method: 'get',
  })
}
// 查询机构管理列表
@@ -37,7 +44,7 @@
// 新增机构管理
export function addOrganization(data) {
  return request({
    url: '/project/organization',
    url: '/project/organization/add',
    method: 'post',
    data: data
  })