zhangzaipeng 3 年之前
父節點
當前提交
269fe69ed9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/controls/grid.js

+ 2 - 2
src/controls/grid.js

@@ -400,7 +400,7 @@ export default function () {
 
         makeExcelData(jsonData) {
             const me = this
-            jsonData = me.fireEvent('onExcelDataLoadCompleted', me, jsonData);
+            me.fireEvent('onExcelDataLoadCompleted', me, jsonData);
             if (!Array.isArray(jsonData) || jsonData.length === 0) {
                 return
             }
@@ -809,4 +809,4 @@ function convertDataSource(sender, scope, newConfig) {
 
 
     // throw new TypeError('无法识别的调用方法')
-}
+}