Workorderitempriority, woitemstatus and wostatus edit forms missing NEW menu option, also weird error on save about leaving unsaved

This commit is contained in:
2021-09-30 22:30:08 +00:00
parent 7b9bfdafdd
commit ea8f4287bd
5 changed files with 48 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ export default {
vm.formState.ready = true;
}
},
async beforeRouteLeave(next) {
async beforeRouteLeave(to, from, next) {
if (!this.formState.dirty || JUST_DELETED) {
next();
return;