Compare commits

..

No commits in common. "4b406f96fc8154261860e779f826276ceca3d5e1" and "4c1d1fb9b171fcbab1ffc26e2e445dda97befa7a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ export default {
if (v.DataType === 'Array' || v.DataType === 'array') {
if (obj[v.Code] && obj[v.Code].length > 0) {
obj[v.Code].forEach((o) => {
var uo = upObj && upObj[v.Code] ? upObj[v.Code].find(u => u[v.ChildDataLabel] == o[v.ChildDataLabel]) : null
var uo = upObj ? upObj[v.Code].find(u => u[v.ChildDataLabel] == o[v.ChildDataLabel]) : null
if (row.OptType === 'Add' || row.OptType === 'Init') {
item = {
key: o[v.ChildDataLabel],