This commit is contained in:
2021-06-29 15:59:43 +00:00
parent a94bb16b68
commit 97251d69a3
37 changed files with 209 additions and 133 deletions

View File

@@ -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?