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

@@ -512,7 +512,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: "widget-edit",
params: {
recordid: res.data.id,