Commit 632de2911f54bae35f5185d0f80eb694a9462263

Authored by wuxw
1 parent 35126b43

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

src/views/inspection/inspectionRouteList.vue
... ... @@ -145,7 +145,7 @@ export default {
145 145 },
146 146 created() {
147 147 this.communityId = getCommunityId()
148   - this._listInspectionRoutes(1, 10)
  148 + this._listInspectionRoutes(1, 100)
149 149 },
150 150 methods: {
151 151 async _listInspectionRoutes(page, rows) {
... ...