xiongzhu 3 tahun lalu
induk
melakukan
b7a0579648
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/main/vue/src/views/Dashboard.vue

+ 1 - 1
src/main/vue/src/views/Dashboard.vue

@@ -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' },