mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
优化水电抄表只查询20条数据的问题
This commit is contained in:
parent
99af75acce
commit
f2918bc52d
@ -239,7 +239,7 @@ export default {
|
||||
feeTypeCd: this.form.feeTypeCd,
|
||||
isDefault: 'F',
|
||||
page: 1,
|
||||
row: 20
|
||||
row: 500
|
||||
})
|
||||
this.feeConfigs = data
|
||||
this.form.configId = ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user