소스 검색

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