This commit is contained in:
2019-06-06 19:49:47 +00:00
parent f894c012b5
commit 8915605d0b
3 changed files with 16 additions and 8 deletions

View File

@@ -441,7 +441,7 @@ export default {
this.$gzapi
.upsert(url, this.obj)
.then(res => {
debugger;
// debugger;
vm.formState.loading = false;
if (res.error != undefined) {
vm.formState.serverError = res.error;