This commit is contained in:
Wolfgang Huß 2020-05-28 12:04:26 +02:00
parent dcc5b74038
commit c517c0fd45

View File

@ -76,7 +76,7 @@ export default {
}, },
modalData(userdata) { modalData(userdata) {
return function(userdata) { return function (userdata) {
return { return {
name: 'confirm', name: 'confirm',
data: { data: {
@ -147,7 +147,7 @@ export default {
}, 1500) }, 1500)
this.loading = false this.loading = false
}) })
.catch(err => { .catch((err) => {
this.$emit('close') this.$emit('close')
this.success = false this.success = false
this.$toast.error(err.message) this.$toast.error(err.message)