This commit is contained in:
Anfioo
2025-12-09 22:27:35 +08:00
parent 7dc18067ac
commit 950d8db10b
372 changed files with 931 additions and 900 deletions

View File

@@ -361,7 +361,7 @@
let param = {
params: {
page: 1,
row: 100,
row: 9999,
communityId: vc.getCurrentCommunity().communityId
}
};
@@ -381,7 +381,7 @@
let param = {
params: {
page: 1,
row: 100,
row: 9999,
communityId: vc.getCurrentCommunity().communityId,
inspectionPlanId: $that.editInspectionPlanInfo.inspectionPlanId
}