|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
{ x: 0, y: 4, w: 12, h: 12, i: '6', name: 'PieChartWidget' }
|
|
|
];
|
|
|
} else {
|
|
|
- if (this.company == 1) {
|
|
|
+ if (this.companyId == 1) {
|
|
|
this.layout = [
|
|
|
{ x: 6, y: 0, w: 6, h: 16, i: '5', name: 'LineChartWidget' },
|
|
|
{ x: 0, y: 0, w: 3, h: 4, i: '2', name: 'PriceWidget' },
|