wolyshaw 4 年 前
コミット
64bb3dce33

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 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();

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません