This commit is contained in:
2021-07-05 19:07:33 +00:00
parent 3faa664ef8
commit b95dcfb13c
30 changed files with 69 additions and 137 deletions

View File

@@ -521,7 +521,7 @@ export default {
//Change URL to new record
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
this.$router.push({
this.$router.replace({
name: "csr-edit",
params: {
recordid: res.data.id,
@@ -611,7 +611,7 @@ export default {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
} else {
//Navigate to new record
//Navigate to record
this.$router.push({
name: "csr-edit",
params: {
@@ -650,7 +650,7 @@ export default {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
} else {
//Navigate to new record
//Navigate to record
this.$router.push({
name: "csr-edit",
params: {