소스 검색

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

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) {