MaiXinRong 1 ano atrás
pai
commit
028b255003
1 arquivos alterados com 1 adições e 1 exclusões
  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);