This commit is contained in:
@@ -184,7 +184,7 @@ export default {
|
||||
vm.formState.readOnly = false; //can always do things with your own memos
|
||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||
|
||||
//id 0 means create a new record don't load one
|
||||
//id 0 means create or duplicate to new
|
||||
if (vm.$route.params.recordid != 0) {
|
||||
vm.composing = false;
|
||||
//is there already an obj from a prior operation?
|
||||
|
||||
Reference in New Issue
Block a user