v1.9 优化巡检路线只显示10条问题

This commit is contained in:
wuxw 2025-09-08 15:15:02 +08:00
parent 35126b43cb
commit 632de2911f

View File

@ -145,7 +145,7 @@ export default {
}, },
created() { created() {
this.communityId = getCommunityId() this.communityId = getCommunityId()
this._listInspectionRoutes(1, 10) this._listInspectionRoutes(1, 100)
}, },
methods: { methods: {
async _listInspectionRoutes(page, rows) { async _listInspectionRoutes(page, rows) {