MaiXinRong пре 1 година
родитељ
комит
028b255003
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/public/js/settle_select.js

+ 1 - 1
app/public/js/settle_select.js

@@ -243,7 +243,7 @@ $(document).ready(() => {
                 for (const p of posterity) {
                     if (p.selected) {
                         if (!update.del) update.del = [];
-                        update.del.push({ lid: node.id });
+                        update.del.push({ lid: p.id });
                     }
                     if (!p.children || p.children.length === 0) {
                         const posRange = settlePos.getLedgerPos(p.id);