Explorar o código

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

laiguoran %!s(int64=3) %!d(string=hai) anos
pai
achega
24cd81de45
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/public/js/shares/cs_tools.js

+ 1 - 0
app/public/js/shares/cs_tools.js

@@ -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});