8/19 报表-租赁管理
This commit is contained in:
@@ -161,7 +161,9 @@ const exportData = () => {
|
||||
proxy?.download(
|
||||
'/businessDailyReport/village/export',
|
||||
{
|
||||
...search
|
||||
...search,
|
||||
// pageNum: undefined,
|
||||
// pageSize: undefined
|
||||
},
|
||||
`营业日报_按小区统计.xlsx`
|
||||
);
|
||||
@@ -169,7 +171,9 @@ const exportData = () => {
|
||||
proxy?.download(
|
||||
'/businessDailyReport/chargeItem/export',
|
||||
{
|
||||
...search
|
||||
...search,
|
||||
// pageNum: undefined,
|
||||
// pageSize: undefined
|
||||
},
|
||||
`营业日报_按收费项目统计.xlsx`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user