cloud-web-corejs 1.0.54-dev.331 → 1.0.54-dev.332
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -232,7 +232,6 @@ tmixins = {
|
|
232
232
|
},
|
233
233
|
handleBeforeImport(file, resultData, callback) {
|
234
234
|
let importOption = this.option.importOption;
|
235
|
-
let a = 1
|
236
235
|
let that = this;
|
237
236
|
if (importOption.onBeforeImport) {
|
238
237
|
const toDo = (res) => {
|
@@ -245,7 +244,6 @@ tmixins = {
|
|
245
244
|
})
|
246
245
|
callback && callback();
|
247
246
|
}
|
248
|
-
// debugger
|
249
247
|
this.getFieldTarget().handleCustomEvent(importOption.onBeforeImport, ['file', 'resultData', 'done'], [file, resultData, toDo])
|
250
248
|
} else {
|
251
249
|
callback && callback();
|