forked from CITKParus/P8-Panels
WEB APP: Панель "Финансы проекта" - исправлен парсинг значения ИГК
This commit is contained in:
parent
e3a8527669
commit
6dc91dadd7
@ -61,6 +61,7 @@ const Projects = () => {
|
||||
NPAGE_SIZE: configSystemPageSize,
|
||||
NINCLUDE_DEF: projectsDataGrid.dataLoaded ? 0 : 1
|
||||
},
|
||||
attributeValueProcessor: (name, val) => (name == "SGOVCNTRID" ? undefined : val),
|
||||
respArg: "COUT"
|
||||
});
|
||||
setProjectsDataGrid(pv => ({
|
||||
|
@ -62,6 +62,7 @@ const StageContracts = ({ stage, filters }) => {
|
||||
NPAGE_SIZE: configSystemPageSize,
|
||||
NINCLUDE_DEF: stageContractsDataGrid.dataLoaded ? 0 : 1
|
||||
},
|
||||
attributeValueProcessor: (name, val) => (name == "SGOVCNTRID" ? undefined : val),
|
||||
respArg: "COUT"
|
||||
});
|
||||
setStageContractsDataGrid(pv => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user