瀏覽代碼

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

laiguoran 3 年之前
父節點
當前提交
24cd81de45
共有 1 個文件被更改,包括 1 次插入0 次删除
  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});