소스 검색

no message

ly 1 년 전
부모
커밋
b49edcf14f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/business/production/archiveTicket/index.vue

+ 1 - 1
src/views/business/production/archiveTicket/index.vue

@@ -213,7 +213,7 @@
     pageSize: 20,
     orderByColumn: "create_time",
     year: proxy.moment().format("YYYY"),
-    month: proxy.moment().format("MM"),
+    month: proxy.moment().format("MM")-1,
     principal: tenant.versionId !== '4' && !flag.value ? useUserStore().user.userId : null,
   });