Explorar o código

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

MaiXinRong %!s(int64=6) %!d(string=hai) anos
pai
achega
585324034d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {