mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
fix use of confirm dialog with rewritten factory calls
This commit is contained in:
@@ -68,7 +68,7 @@ export default {
|
||||
)
|
||||
: Promise.resolve())
|
||||
.then(() => data)
|
||||
.then(this.$fhcApi.factory.stv.konto.insert(this.$refs.form))
|
||||
.then((data) => this.$fhcApi.factory.stv.konto.insert(this.$refs.form, data))
|
||||
.then(result => {
|
||||
this.$emit('saved', result.data);
|
||||
this.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user