From 450711590fdd4e70c7741c05bea7f96a997fab7d Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期二, 18 五月 2021 10:10:16 +0800 Subject: [PATCH] 应急面板 --- src/components/helpers/WfsHelper.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/components/helpers/WfsHelper.js b/src/components/helpers/WfsHelper.js index 45cfa17..8505070 100644 --- a/src/components/helpers/WfsHelper.js +++ b/src/components/helpers/WfsHelper.js @@ -105,6 +105,14 @@ this.params.startIndex = startIndex this.page = page } + + this.setPageSize = (pageSize) => { + this.pageSize = pageSize + } + + this.setMaxFeatures = (maxFeatures) => { + this.params.maxFeatures = maxFeatures + } } export default WfsHelper -- Gitblit v1.8.0