总的统计未携带分类参数

This commit is contained in:
duan
2024-08-15 13:47:08 +08:00
parent 3b7dbe50a2
commit 0bccf5db8a

View File

@@ -214,7 +214,9 @@ export default {
try { try {
const res = await daycount({ const res = await daycount({
startTime: this.query.createdAt[0], 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; this.payCountList = res;
} catch (error) { } catch (error) {