|
@@ -1287,7 +1287,7 @@ $(document).ready(function() {
|
|
|
if (refreshNode.create[0]) {
|
|
|
if (sel && sel[0]) {
|
|
|
ledgerSheet.setSelection(refreshNode.create[0].index, sel[0].col, sel[0].rowCount, sel[0].colCount);
|
|
|
- SpreadJsObj.reloadRowsBackColor(ledgerSheet, [sel.row, refreshNode.create[0].index]);
|
|
|
+ SpreadJsObj.reloadRowsBackColor(ledgerSheet, [sel[0].row, refreshNode.create[0].index]);
|
|
|
} else {
|
|
|
ledgerSheet.setSelection(refreshNode.create[0].index, 0, 1, 1);
|
|
|
SpreadJsObj.reloadRowsBackColor(ledgerSheet, [refreshNode.create[0].index]);
|