mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 13:26:39 +08:00
v1.9 优化查询费用页面 没有数据时 报错的bug
This commit is contained in:
parent
d1dc7dc57a
commit
16b469fe4b
@ -305,7 +305,7 @@ export default {
|
||||
async _listFees(page, rows) {
|
||||
this.loading = true
|
||||
try {
|
||||
const params = {
|
||||
const params = {
|
||||
...this.reportPayFeeDetailInfo.conditions,
|
||||
page,
|
||||
row: rows
|
||||
|
||||
Loading…
Reference in New Issue
Block a user