yuliang hace 3 años
padre
commit
b8a88ef424
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/controls/grid.js

+ 2 - 2
src/controls/grid.js

@@ -399,11 +399,11 @@ export default function () {
         },
 
         makeExcelData(jsonData) {
-
+            const me = this
+            jsonData = me.fireEvent('onExcelDataLoadCompleted', me, jsonData);
             if (!Array.isArray(jsonData) || jsonData.length === 0) {
                 return
             }
-            const me = this
             const data = [];
             // 获取表格的列定义
             const headerTextArr = []