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(() => {
|
useEffect(() => {
|
||||||
invokeWebApiWrapperAsync(
|
invokeWebApiWrapperAsync(
|
||||||
async () => {
|
async () => {
|
||||||
const categories = arrayOrDefault(await DetectedOperationService.getCategories(idWell))
|
const categories = arrayOrDefault(await DetectedOperationService.getCategories())
|
||||||
const options = categories.map(({ id, name }) => ({ value: id, label: name }))
|
const options = categories.map(({ id, name }) => ({ value: id, label: name }))
|
||||||
|
|
||||||
setTargetColumns([
|
setTargetColumns([
|
||||||
|
Loading…
Reference in New Issue
Block a user