snow 1 년 전
부모
커밋
a0d7e7f75c

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.07978f90.js


BIN
dist/static/js/app.07978f90.js.gz


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.44fe2563.js


BIN
dist/static/js/app.44fe2563.js.gz


+ 1 - 1
src/components/reports/src/MonthGrossMargin.vue

@@ -79,7 +79,7 @@ export default {
     division,
     async searchList() {
       this.loading = true;
-      const result = await asyncRequest.departMonth({})
+      const result = await asyncRequest.departMonth({daytime})
       switch(Number(result.code)){
         case 0:
           const tableData = (result.data || []).map(tableItem => {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.