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
|
@@ -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
|
})
|