mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
v1.9 优化巡检路线只显示10条问题
This commit is contained in:
parent
35126b43cb
commit
632de2911f
@ -145,7 +145,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.communityId = getCommunityId()
|
||||
this._listInspectionRoutes(1, 10)
|
||||
this._listInspectionRoutes(1, 100)
|
||||
},
|
||||
methods: {
|
||||
async _listInspectionRoutes(page, rows) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user