This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user