Selaa lähdekoodia

清单汇总,所属项目节问题

MaiXinRong 6 vuotta sitten
vanhempi
commit
585324034d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/public/js/gcl_gather.js

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

@@ -294,7 +294,7 @@ const gclGatherModel = (function () {
         const posRange = gsPos.getLedgerPos(node.id);
         const detail = posRange && posRange.length > 0 ? posRange : [node];
         for (const d of detail) {
-            const dx = _.assign(cacheLeafXmj);
+            const dx = _.assign({}, cacheLeafXmj);
             gatherfields(dx, d, posGatherFields);
             dx.gcl_id = node.id;
             if (d.name !== node.name) {