优化水电抄表只查询20条数据的问题

This commit is contained in:
wuxw 2026-03-09 09:28:32 +08:00
parent 99af75acce
commit f2918bc52d

View File

@ -239,7 +239,7 @@ export default {
feeTypeCd: this.form.feeTypeCd, feeTypeCd: this.form.feeTypeCd,
isDefault: 'F', isDefault: 'F',
page: 1, page: 1,
row: 20 row: 500
}) })
this.feeConfigs = data this.feeConfigs = data
this.form.configId = '' this.form.configId = ''