This commit is contained in:
2021-08-05 18:23:21 +00:00
parent 9bec302736
commit f834bacaa1
4 changed files with 6 additions and 42 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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