总的统计未携带分类参数

This commit is contained in:
duan 2024-08-15 13:47:08 +08:00
parent 3b7dbe50a2
commit 0bccf5db8a
1 changed files with 3 additions and 1 deletions

View File

@ -214,7 +214,9 @@ export default {
try {
const res = await daycount({
startTime: this.query.createdAt[0],
endTime: this.query.createdAt[1]
endTime: this.query.createdAt[1],
cateId: this.query.cateId,
proName: this.query.proName
});
this.payCountList = res;
} catch (error) {