fixed wizard company vue
This commit is contained in:
parent
aa709ed3c2
commit
27c4db07b8
@ -169,6 +169,7 @@ export default {
|
||||
methods: {
|
||||
onDataWatch(company) {
|
||||
if (Object.keys(company).length) {
|
||||
if (company.logo) {
|
||||
let logo_arr = [{
|
||||
id: company.logo.id,
|
||||
name: company.logo.filename + "." + company.logo.extension,
|
||||
@ -179,6 +180,8 @@ export default {
|
||||
}];
|
||||
|
||||
this.logo.push(logo_arr);
|
||||
}
|
||||
|
||||
this.real_date = company.financial_start;
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user