v1.9 优化查询费用页面 没有数据时 报错的bug

This commit is contained in:
wuxw 2025-11-28 11:57:18 +08:00
parent d1dc7dc57a
commit 16b469fe4b

View File

@ -305,7 +305,7 @@ export default {
async _listFees(page, rows) { async _listFees(page, rows) {
this.loading = true this.loading = true
try { try {
const params = { const params = {
...this.reportPayFeeDetailInfo.conditions, ...this.reportPayFeeDetailInfo.conditions,
page, page,
row: rows row: rows