Click here to load Package Data
@@ -324,10 +330,12 @@
section: 'orderPackageV2Section',
isLoading: false,
order: null,
- addComment: false,
dataLoaded: false,
}
},
+ mounted() {
+ this.fetchCompany();
+ },
methods: {
fetchCompany(){
this.isLoading = true;