mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
v1.9 优化查询费用页面 没有数据时 报错的bug
This commit is contained in:
parent
d1dc7dc57a
commit
16b469fe4b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user