diff --git a/src/http/api/sourcing/index.ts b/src/http/api/sourcing/index.ts index 860cc2d..c28638f 100644 --- a/src/http/api/sourcing/index.ts +++ b/src/http/api/sourcing/index.ts @@ -27,4 +27,13 @@ export const getAcceptOrdersListApi = (data: any) => { // 接单审核 export const maLeaseAuditApi = (data: any) => { return post('/material-mall/ma-lease/audit', data) +} + +// 获取组织机构 +export const getOrgApi = () => { + return get('/material-mall/userManage/getDeptTree') +} +// 获取角色列表 +export const getRoleApi = (params: any) => { + return get('/material-mall/userManage/roleList', { ...params }) } \ No newline at end of file diff --git a/src/views/user/sourcingNeed/index.vue b/src/views/user/sourcingNeed/index.vue index 44ac9dc..4f50f1f 100644 --- a/src/views/user/sourcingNeed/index.vue +++ b/src/views/user/sourcingNeed/index.vue @@ -360,6 +360,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +