vue2-client 1.13.12 → 1.13.13

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.13.12",
3
+ "version": "1.13.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -365,7 +365,7 @@ export default {
365
365
  runLogic(this.saveDataLogicName, data, this.serviceName).then(res => {
366
366
  this.$message.success('保存成功')
367
367
  this.changeRes(res.currResData.id)
368
- this.$emit('saveafter', {})
368
+ this.$emit('saveafter', data.dataObject)
369
369
  }).finally(() => {
370
370
  this.resDataModalVisible = false
371
371
  })