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