|
@@ -852,7 +852,7 @@ const SpreadJsObj = {
|
|
|
},
|
|
|
reLoadNodesData: function (sheet, nodes) {
|
|
|
this.beginMassOperation(sheet);
|
|
|
- nodes = nodes instanceof Array ? nodes : [nodes];rectangle
|
|
|
+ nodes = nodes instanceof Array ? nodes : [nodes];
|
|
|
const sortData = sheet.zh_dataType === 'tree' ? sheet.zh_tree.nodes : sheet.zh_data;
|
|
|
for (const node of nodes) {
|
|
|
this._loadRowData(sheet, node, sortData.indexOf(node));
|