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) {