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() {
this.communityId = getCommunityId()
this._listInspectionRoutes(1, 10)
this._listInspectionRoutes(1, 100)
},
methods: {
async _listInspectionRoutes(page, rows) {