This commit is contained in:
2020-02-25 00:16:19 +00:00
parent 5f621d76a0
commit 6087ea864c
2 changed files with 32 additions and 16 deletions

View File

@@ -852,7 +852,7 @@ export default {
//Set some values that otherwise don't get updated because we're not really navigating fresh
vm.obj.name = res.data.name;
vm.obj.concurrencyToken = res.data.concurrencyToken;
vm.obj.listViewId = res.data.id;
vm.listViewId = res.data.id;
//Navigate to new record
//NOTE: this doesn't really update the form at all so need to set some th9ings
vm.$router.push(