vue2-client 1.18.13 → 1.18.14

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": "vue2-client",
3
- "version": "1.18.13",
3
+ "version": "1.18.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -239,6 +239,7 @@ export default {
239
239
  runLogic('addApplyFiles', formData, 'af-system').then(
240
240
  res => {
241
241
  this.$message.success('附件补录成功')
242
+ this.handleSearch()
242
243
  this.applyAddFiles = false
243
244
  }
244
245
  ).catch(() => {