cloud-web-corejs 1.0.54-dev.19 → 1.0.54-dev.20

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.
@@ -479,7 +479,14 @@ export default {
479
479
  excel: USER_PREFIX + '/excelTemplate/user/user.xlsx',
480
480
  multi: true,
481
481
  saveUrl: USER_PREFIX + '/user/batchImport',
482
+ onConfirm: ({data,successRows,failRows}) => {
483
+ debugger
484
+ },
485
+ onCancel: ({data,successRows,failRows}) => {
486
+ debugger
487
+ },
482
488
  callback: ({data,successRows,failRows}) => {
489
+ // debugger
483
490
  that.searchEvent();
484
491
  }
485
492
  });