zxz 2 năm trước cách đây
mục cha
commit
7f7135b1c0
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

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