This commit is contained in:
@@ -378,6 +378,7 @@ export default {
|
|||||||
let res = await window.$gz.api.remove(url);
|
let res = await window.$gz.api.remove(url);
|
||||||
if (res.error) {
|
if (res.error) {
|
||||||
vm.formState.serverError = res.error;
|
vm.formState.serverError = res.error;
|
||||||
|
debugger;
|
||||||
window.$gz.form.setErrorBoxErrors(vm);
|
window.$gz.form.setErrorBoxErrors(vm);
|
||||||
} else {
|
} else {
|
||||||
//workaround to prevent warning about leaving dirty record
|
//workaround to prevent warning about leaving dirty record
|
||||||
|
|||||||
Reference in New Issue
Block a user