feat:样品库管理
This commit is contained in:
@@ -34,5 +34,12 @@ export default {
|
||||
url: '/sys/app-client-role/getListByUserIdAndClientId',
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
},
|
||||
// 获取当前部门下的用户
|
||||
getAssignUserList: params =>
|
||||
request({
|
||||
url: '/qms/bus/sample/task-assign/getAssignUserList',
|
||||
method: 'GET',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user