Commit 16b469fe4bee5f8a00c6d526fd14eeabfe0113a5

Authored by wuxw
1 parent d1dc7dc5

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

src/views/report/reportPayFeeDetailList.vue
@@ -305,7 +305,7 @@ export default { @@ -305,7 +305,7 @@ export default {
305 async _listFees(page, rows) { 305 async _listFees(page, rows) {
306 this.loading = true 306 this.loading = true
307 try { 307 try {
308 - const params = { 308 + const params = {
309 ...this.reportPayFeeDetailInfo.conditions, 309 ...this.reportPayFeeDetailInfo.conditions,
310 page, 310 page,
311 row: rows 311 row: rows