This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user