mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
v1.9 优化巡检路线只显示10条问题
This commit is contained in:
parent
35126b43cb
commit
632de2911f
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user