wolyshaw 4 年之前
父節點
當前提交
64bb3dce33

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1cb871a9.91bae5f9.js


+ 1 - 1
src/views/businessManager/orderManager/businessStatement.vue

@@ -171,7 +171,7 @@ export default {
       }
     })
     const form = {...this.searchForm}
-    form.month = String(new Date().getMonth() + 1)
+    form.month = dayjs().format('YYYY-MM')
     this.searchForm = form
     this.getList()
     var now = new Date();

Some files were not shown because too many files changed in this diff