cloud-web-corejs 1.0.54-dev.15 → 1.0.54-dev.17

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.15",
4
+ "version": "1.0.54-dev.17",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -197,7 +197,7 @@ tmixins = {
197
197
  dialogClose2() {
198
198
  this.showImportDialog2 = false;
199
199
  },
200
- handleClose2(){
200
+ handleClose2() {
201
201
  this.clearImportTimer();
202
202
  this.showImportDialog2 = false;
203
203
  this.showContent = false;
@@ -205,7 +205,7 @@ tmixins = {
205
205
  ...this.resultData,
206
206
  successRows: this.successRows,
207
207
  failRows: this.failRows
208
- });
208
+ }, this.fileRaw);
209
209
  },
210
210
  dialogPrimary2() {
211
211
  this.showImportDialog2 = false;
@@ -479,7 +479,8 @@ export default {
479
479
  excel: USER_PREFIX + '/excelTemplate/user/user.xlsx',
480
480
  multi: true,
481
481
  saveUrl: USER_PREFIX + '/user/batchImport',
482
- callback: () => {
482
+ callback: (data) => {
483
+ debugger
483
484
  that.searchEvent();
484
485
  }
485
486
  });