snow 1 年之前
父节点
当前提交
a0d7e7f75c

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.07978f90.js


二进制
dist/static/js/app.07978f90.js.gz


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.44fe2563.js


二进制
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 => {

部分文件因为文件数量过多而无法显示