mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
Merge branch 'merge_FHC4_C4' of github.com:FH-Complete/FHC-Core into merge_FHC4_C4
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