From ad4fff6d1ab4e90876520578e623487df066840b Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Fri, 26 Sep 2025 13:32:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E8=A7=92=E8=89=B2=E7=AD=9B?= =?UTF-8?q?=E9=80=89=E6=95=88=E6=9E=9C=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/formControlPropertiNew.vue | 10 +- .../DesignForm/public/expand/rangedUser.vue | 152 ++++++++++++++++++ .../DesignForm/public/form/formItem.vue | 17 +- 3 files changed, 175 insertions(+), 4 deletions(-) create mode 100644 src/components/DesignForm/public/expand/rangedUser.vue diff --git a/src/components/DesignForm/formControlPropertiNew.vue b/src/components/DesignForm/formControlPropertiNew.vue index 1829d3c..1000149 100644 --- a/src/components/DesignForm/formControlPropertiNew.vue +++ b/src/components/DesignForm/formControlPropertiNew.vue @@ -4114,6 +4114,7 @@ function queryAllRole(){ } const expandPageNum = ref(1) +const expandPageSize = ref(10) function getPersonByRoleId(id:string){ return request({ url: "/javasys/lowCode/manCont/getPersonByRoleId", @@ -4121,7 +4122,7 @@ function getPersonByRoleId(id:string){ data: { id: id, pageNum: expandPageNum.value, - pageSize: '10', + pageSize: expandPageSize.value+"", number:expandQueryParamNumber.value, name:expandQueryParamName.value }, @@ -4254,6 +4255,11 @@ function delAllClick(){ controlData.value.control.roleRange = [] } + +function handleSizeChange(){ + handleLeftTabChange(activeTab.value) +} + //选择用户数据范围 end /** @@ -5957,7 +5963,7 @@ const aiAgentList = ref([