厨余汇总查看弹窗参数修改
This commit is contained in:
parent
ea0628e5c1
commit
cc16858e3f
|
|
@ -216,7 +216,9 @@ export default {
|
||||||
"canteenId": this.rowData.canteenId,
|
"canteenId": this.rowData.canteenId,
|
||||||
"pageNum": this.dialogQueryParams.pageNum,
|
"pageNum": this.dialogQueryParams.pageNum,
|
||||||
"pageSize": this.dialogQueryParams.pageSize,
|
"pageSize": this.dialogQueryParams.pageSize,
|
||||||
}
|
"startDateTime":this.rowData.ledgerDate+" 00:00:00",
|
||||||
|
"endDateTime":this.rowData.ledgerDate+" 23:59:59",
|
||||||
|
}
|
||||||
getKitchenWasteListApi(param).then(response => {
|
getKitchenWasteListApi(param).then(response => {
|
||||||
this.dialogListData = response.rows;
|
this.dialogListData = response.rows;
|
||||||
this.total2 = Number(response.total);
|
this.total2 = Number(response.total);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue