@@ -452,6 +452,9 @@
arr.push(owner)
}
});
+ if(arr.length > 0){
+ this.order.owner_id = arr[0].id;
+ }
this.filterOwners = arr;