459242451@qq.com 3 년 전
부모
커밋
c6026975bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-ui/src/views/components/table/homeTable.vue

+ 1 - 1
ruoyi-ui/src/views/components/table/homeTable.vue

@@ -519,7 +519,7 @@ export default {
     getMonthDate() {
       var time = new Date();
       var year = time.getFullYear();
-      var month = time.getMonth();
+      var month = time.getMonth() + 1;
       if (month > 9) {
         this.shipDate.endMonth = year + "-" + month
       } else if (month > 0) {