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

@@ -1541,7 +1541,7 @@ export default {
//update of existing record
vm.obj = res.data;
} else {
this.$router.push({
this.$router.replace({
name: "inv-purchase-order",
params: {
recordid: res.data.id,