event_removed_ok msg

This commit is contained in:
lesion
2022-04-29 17:56:28 +02:00
parent 0d40763852
commit 1b2955cd1b
2 changed files with 3 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ export default {
if (!ret) { return }
await this.$axios.delete(`/event/${this.event.id}`)
this.$emit('destroy', this.event.id)
this.$root.$message('admin.event_remove_ok')
}
}
}