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

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