Logic to refetch remote entities

This commit is contained in:
Eliot Berriot 2019-04-18 14:37:17 +02:00
parent 63b1007596
commit cdc617be27
23 changed files with 632 additions and 9 deletions

View file

@ -23,6 +23,7 @@ export default {
if (this.control) {
$(this.$el).modal('hide')
}
$(this.$el).remove()
},
methods: {
initModal () {