瀏覽代碼

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

MaiXinRong 6 年之前
父節點
當前提交
585324034d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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) {