|
|
@@ -154,6 +154,9 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
mounted() {
|
|
|
+ if (this.$route.params.companyId) {
|
|
|
+ this.$store.dispatch('getCompanyInfo', this.$route.params.companyId);
|
|
|
+ }
|
|
|
if (window.cordova && StatusBar && StatusBar.isVisible) {
|
|
|
StatusBar.styleDefault();
|
|
|
}
|