|
@@ -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('无法识别的调用方法')
|
|
|
-}
|
|
|
+}
|