From 9bc129e83d4e079bd207ea124ac36fb4c162aca1 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Thu, 3 Sep 2026 08:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E6=A4=8Dv3=E7=96=97=E4=BC=91=E5=85=BB?= =?UTF-8?q?=E5=88=B0=E8=BF=99=E4=B8=AA=E7=89=88=E6=9C=AC=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recuperation/schoolUnionUserQuery/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/staffbenefit/recuperation/schoolUnionUserQuery/index.html b/src/main/resources/views/platform/zhgh/staffbenefit/recuperation/schoolUnionUserQuery/index.html index a3c0364..a25f3ea 100644 --- a/src/main/resources/views/platform/zhgh/staffbenefit/recuperation/schoolUnionUserQuery/index.html +++ b/src/main/resources/views/platform/zhgh/staffbenefit/recuperation/schoolUnionUserQuery/index.html @@ -343,8 +343,8 @@ layout("/layouts/platform.html"){ unionId: '', agencyId: '', takePartInBaseManagementId: '', - // 校工会旧版默认查询全部组织形式;分工会仍默认查询分工会组织线路。 - signUpMode: schoolMode ? '' : 1, + // 校工会和分工会旧版人员查询均默认包含全部组织形式,页面未提供筛选时不得附加隐藏条件。 + signUpMode: '', lotId: '', regionalNature: '' }, @@ -392,8 +392,8 @@ layout("/layouts/platform.html"){ unionId: '', agencyId: '', takePartInBaseManagementId: '', - // 重置后保持与页面初始查询口径一致,避免校工会被隐藏条件 signUpMode=1 限制。 - signUpMode: schoolMode ? '' : 1, + // 重置后仍查询全部组织形式,避免列表数量与报名类型统计不一致。 + signUpMode: '', lotId: '', regionalNature: '', pageNumber: 1,