This commit is contained in:
@@ -539,7 +539,7 @@ export default {
|
||||
if (isPost) {
|
||||
//nav to id'd url
|
||||
//note that an isPost will never be here if there is a fatal error so this is safe to do
|
||||
this.$router.push({
|
||||
this.$router.replace({
|
||||
name: "pm-edit",
|
||||
params: {
|
||||
recordid: vm.obj.id
|
||||
|
||||
@@ -579,7 +579,7 @@ export default {
|
||||
if (isPost) {
|
||||
//nav to id'd url
|
||||
//note that an isPost will never be here if there is a fatal error so this is safe to do
|
||||
this.$router.push({
|
||||
this.$router.replace({
|
||||
name: "quote-edit",
|
||||
params: {
|
||||
recordid: vm.obj.id
|
||||
|
||||
@@ -590,7 +590,7 @@ export default {
|
||||
if (isPost) {
|
||||
//nav to id'd url
|
||||
//note that an isPost will never be here if there is a fatal error so this is safe to do
|
||||
this.$router.push({
|
||||
this.$router.replace({
|
||||
name: "workorder-edit",
|
||||
params: {
|
||||
recordid: vm.obj.id
|
||||
|
||||
Reference in New Issue
Block a user