厨余汇总查看弹窗参数修改

This commit is contained in:
zzyuan 2025-07-04 14:37:48 +08:00
parent ea0628e5c1
commit cc16858e3f
1 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,9 @@ export default {
"canteenId": this.rowData.canteenId,
"pageNum": this.dialogQueryParams.pageNum,
"pageSize": this.dialogQueryParams.pageSize,
}
"startDateTime":this.rowData.ledgerDate+" 00:00:00",
"endDateTime":this.rowData.ledgerDate+" 23:59:59",
}
getKitchenWasteListApi(param).then(response => {
this.dialogListData = response.rows;
this.total2 = Number(response.total);