This commit is contained in:
@@ -726,12 +726,12 @@ export default {
|
||||
await vm.getUserOptionsDataFromApi();
|
||||
//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.optionsObj = this.$route.params.optionsObj;
|
||||
|
||||
this.$router.push({
|
||||
name: "cust-user",
|
||||
params: {
|
||||
recordid: res.data.id,
|
||||
obj: res.data, //Pass data object to new form
|
||||
obj: res.data,
|
||||
optionsObj: vm.optionsObj
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user