From 9793f62b34ad6eced4c8f3185f4ed98cf5e92dd1 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 14 Jan 2026 09:49:59 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=80=81=E5=AE=A2=E6=88=B7:=20?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E9=A1=B9=20+=20GH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/zustand/CustomerRelations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zustand/CustomerRelations.js b/src/zustand/CustomerRelations.js index 5ec9a23..5cc99ce 100644 --- a/src/zustand/CustomerRelations.js +++ b/src/zustand/CustomerRelations.js @@ -108,7 +108,7 @@ const initialState = { loading: false, loading2: false, searchValues: { - DepartmentList: ['1', '2', '28', '7'].map((kk) => groupsMappedByKey[kk]), + DepartmentList: ['1', '2', '28', '7', '33'].map((kk) => groupsMappedByKey[kk]), WebCode: ['CHT', 'AH', 'JH', 'GH', 'ZWQD', 'GH_ZWQD_HW', 'GHKYZG', 'GHKYHW', 'HTravel'].map((kk) => sitesMappedByCode[kk]), DateType: { key: 'applyDate', label: '提交日期' }, IncludeTickets: { key: '0', label: '不含门票' },