swordpass-ui 1.1.9 → 1.1.10

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": "swordpass-ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "author": "sword",
5
5
  "private": false,
6
6
  "scripts": {
@@ -469,6 +469,7 @@ export default {
469
469
  this.$refs.fileUpload.reload(this.inputVal)
470
470
  } else {
471
471
  console.warn('FileUpload 组件尚未渲染或已卸载')
472
+ this.refreshFileUpload()
472
473
  }
473
474
  })
474
475
  },