fix: 剔除耗材统计无用传参

This commit is contained in:
YeMingfei666 2025-03-20 16:03:02 +08:00
parent 552e3f20a0
commit 31bc2e84f2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const contentConfig: IContentConfig = {
if (obj.createAt) {
obj.beginTime = obj.createAt[0]
obj.endTime = obj.createAt[1]
delete obj.createAt
}
return Api.getList(obj);
},