MaiXinRong 4 роки тому
батько
коміт
48b1dce444
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/public/js/spreadjs_rela/spreadjs_zh.js

+ 1 - 1
app/public/js/spreadjs_rela/spreadjs_zh.js

@@ -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));