This commit is contained in:
2021-09-19 22:21:14 +00:00
parent 42fc8a8f52
commit a059ad79f2
2 changed files with 30 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ export default {
//new path
if (this.$route.params.obj) {
//DUPLICATE OR GEN FROM QUOTE OR PM
//A whole work order basically is presented here
this.obj = this.$route.params.obj;
this.obj.concurrency = undefined;
@@ -138,6 +139,10 @@ export default {
});
setDirty = true;
} else {
console.log(
"svc-workorder::created new, no obj, params are:",
this.$route.params
);
//NEW
this.formState.loading = false;
this.formState.ready = true;