Skip to content

Commit eed8083

Browse files
author
hikki
committed
1.5
1 parent 7731cf8 commit eed8083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/assets/component.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ class ComponentLine {
233233
tr.appendChild(td);
234234
tbody.appendChild(tr);
235235
records.push(record);
236-
object.DATA = records;
237-
object.DATA_INPUT.value = JSON.stringify(records);
238236
});
237+
object.DATA = records;
238+
object.DATA_INPUT.value = JSON.stringify(records);
239239
tbody.setAttribute('style', 'display:block;height:100%;overflow-y:scroll');
240240
tbody.setAttribute('sortable-list','sortable-list');
241241
this.TBODY_DOM = tbody;

0 commit comments

Comments
 (0)