Compare commits
No commits in common. "4b406f96fc8154261860e779f826276ceca3d5e1" and "4c1d1fb9b171fcbab1ffc26e2e445dda97befa7a" have entirely different histories.
4b406f96fc
...
4c1d1fb9b1
|
@ -1052,7 +1052,7 @@ export default {
|
||||||
if (v.DataType === 'Array' || v.DataType === 'array') {
|
if (v.DataType === 'Array' || v.DataType === 'array') {
|
||||||
if (obj[v.Code] && obj[v.Code].length > 0) {
|
if (obj[v.Code] && obj[v.Code].length > 0) {
|
||||||
obj[v.Code].forEach((o) => {
|
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') {
|
if (row.OptType === 'Add' || row.OptType === 'Init') {
|
||||||
item = {
|
item = {
|
||||||
key: o[v.ChildDataLabel],
|
key: o[v.ChildDataLabel],
|
||||||
|
|
Loading…
Reference in New Issue