优化数据显示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user