厨余汇总查看弹窗参数修改
This commit is contained in:
parent
ea0628e5c1
commit
cc16858e3f
|
|
@ -216,6 +216,8 @@ 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue