zxz 2 năm trước cách đây
mục cha
commit
2b7ab8d90f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/profitable/warehouseprofits.vue

+ 1 - 1
src/views/profitable/warehouseprofits.vue

@@ -184,7 +184,7 @@
         var nowDate = new Date()
         var _date = new Date()
         // nowDate.setTime(nowDate.getTime() - 24 * 60 * 60 * 1000 * 30)
-        var year = nowDate.getFullYear()
+        var year = nowDate.getFullYear() - 1
         var year1 = _date.getFullYear()
         var month = nowDate.getMonth() + 1
         var month1 = _date.getMonth() + 1