This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user