Commit 0eda0d86 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

bugfix список работ

parent 4485384e
......@@ -319,6 +319,7 @@ WorkTable.init();
addListener('worklist_filter_arbitrary_change', comp.code, filterData => {
const {filterType, filterId, objectId} = filterData;
WorkTable.filterType = filterType;
WorkTable.filterId = filterId;
WorkTable.objectId = objectId;
WorkTable.reset();
......
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