Browse Source

no message

ly 1 year ago
parent
commit
b49edcf14f
1 changed files with 1 additions and 1 deletions
  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,
   });