WEB APP: Удалена лишняя консольная выдача

This commit is contained in:
Mikhail Chechnev 2024-05-18 00:38:48 +03:00
parent b2d8749a0a
commit c61b8cc9c2
2 changed files with 0 additions and 2 deletions

View File

@ -131,7 +131,6 @@ const MechRecCostJobs = () => {
//Очистка селектлиста по идентификатору процесса
const clearSelectlist = useCallback(
async NIDENT => {
console.log(NIDENT);
try {
await executeStored({
stored: "P_SELECTLIST_CLEAR",

View File

@ -203,7 +203,6 @@ const CostRouteListsDataGrid = ({ task }) => {
//Изменение заказа
const setEditOrderValue = value => {
console.log(value);
setCostRouteLists(pv => ({ ...pv, editOrderValue: value }));
};