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: '不含门票' },