n20-common-lib 2.11.7 → 2.11.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.11.7",
3
+ "version": "2.11.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -348,6 +348,10 @@ export default {
348
348
  showClose: true
349
349
  })
350
350
  }
351
+ } else {
352
+ if (this.onSuccess) {
353
+ this.onSuccess(response, file, fileList)
354
+ }
351
355
  }
352
356
  },
353
357
  errorFn(err, file, fileList) {