|
@@ -855,6 +855,7 @@ const showSelectTab = function(select, spread, afterShow) {
|
|
|
const afterDeleteBills = function (nodes) {
|
|
|
for (const node of nodes) {
|
|
|
const bi = billsIndexes[node.id];
|
|
|
+ if (!bi) continue;
|
|
|
delete billsIndexes[node.id];
|
|
|
for (const biTag of bi) {
|
|
|
const delTag = billsTags.find(x => {return x.id === biTag.id});
|