@@ -354,7 +354,6 @@ export default {
this.tableHeight = window.innerHeight - 380
}
const paramsPage = Object.assign(this.queryParam, { pageNo: parameter.pageNo, pageSize: parameter.pageSize }) // 有分页
- delete paramsPage.time
return salesBillReportGroupByBuyerList(paramsPage).then(res => {
this.getCount(paramsPage)
const data = res.data
@@ -361,7 +361,6 @@ export default {
return salesBillReportList(paramsPage).then(res => {