This commit is contained in:
2020-02-28 23:20:41 +00:00
parent dfa10e4c0d
commit 4ada1b62cd
2 changed files with 8 additions and 11 deletions

View File

@@ -505,6 +505,7 @@ export default {
//NOTE: will not cause a new navigate, almost nothing does unless forced with a KEY property or using router.GO()
//but will trigger navigation guard beforeRouteUpdate which we use here in this form
//to fetch data again
debugger;
vm.$router.replace(
vm.$route.fullPath.slice(0, -1) + res.data.id
);