mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix load error
This commit is contained in:
parent
b9dbb0e54a
commit
05a4b9505d
@ -34,6 +34,7 @@
|
|||||||
:items="items"
|
:items="items"
|
||||||
@editContributionLinkData="editContributionLinkData"
|
@editContributionLinkData="editContributionLinkData"
|
||||||
@get-contribution-links="$emit('get-contribution-links')"
|
@get-contribution-links="$emit('get-contribution-links')"
|
||||||
|
@closeContributionForm="closeContributionForm"
|
||||||
/>
|
/>
|
||||||
<div v-else>{{ $t('contributionLink.noContributionLinks') }}</div>
|
<div v-else>{{ $t('contributionLink.noContributionLinks') }}</div>
|
||||||
</b-card-text>
|
</b-card-text>
|
||||||
|
|||||||
@ -197,6 +197,7 @@ export default {
|
|||||||
},
|
},
|
||||||
onReset() {
|
onReset() {
|
||||||
this.$refs.contributionLinkForm.reset()
|
this.$refs.contributionLinkForm.reset()
|
||||||
|
this.form = {}
|
||||||
this.form.validFrom = null
|
this.form.validFrom = null
|
||||||
this.form.validTo = null
|
this.form.validTo = null
|
||||||
},
|
},
|
||||||
|
|||||||
@ -108,6 +108,7 @@ export default {
|
|||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.toastSuccess(this.$t('contributionLink.deleted'))
|
this.toastSuccess(this.$t('contributionLink.deleted'))
|
||||||
|
this.$emit('closeContributionForm')
|
||||||
this.$emit('get-contribution-links')
|
this.$emit('get-contribution-links')
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user