forked from ddrilling/asb_cloud_front
Список категорий операции запрашивается без учёта скважины
This commit is contained in:
parent
8ef6a03ed3
commit
48723286c7
@ -63,7 +63,7 @@ export const TargetEditor = memo(({ loading, onChange }) => {
|
||||
useEffect(() => {
|
||||
invokeWebApiWrapperAsync(
|
||||
async () => {
|
||||
const categories = arrayOrDefault(await DetectedOperationService.getCategories(idWell))
|
||||
const categories = arrayOrDefault(await DetectedOperationService.getCategories())
|
||||
const options = categories.map(({ id, name }) => ({ value: id, label: name }))
|
||||
|
||||
setTargetColumns([
|
||||
|
Loading…
Reference in New Issue
Block a user