优化数据显示

This commit is contained in:
gyq
2026-01-05 13:36:24 +08:00
parent 01c2cbcfb4
commit fb13b0a502
2 changed files with 16 additions and 13 deletions

View File

@@ -187,7 +187,8 @@ export default {
const file = await tableSummaryApi.export({
beginDate: this.query.createdAt[0],
endDate: this.query.createdAt[1],
shopId: this.shopId
shopId: this.shopId,
rangeType: this.timeValue,
});
downloadFile(file, "数据", "xlsx");
this.downloadLoading = false;