总的统计未携带分类参数
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user