总的统计未携带分类参数
This commit is contained in:
parent
3b7dbe50a2
commit
0bccf5db8a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue