Commit e8044abf authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

канбан доска - фикс бага с дублированием столбцов

parent bdf88e21
......@@ -475,7 +475,10 @@ const KanbanBoard = {
this.searchString = searchString;
await this.getDictInfo();
this.render();
const saveParam = sessionStorage.getItem(`filterParam_${Cons.getCurrentPage().code}`);
if(!saveParam) this.render();
Cons.hideLoader();
} else {
throw new Error(`Не найдено реестра с кодом: ${registryCode}`);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment