feat:部门选择

This commit is contained in:
houjunxiang
2025-11-26 18:11:13 +08:00
parent 96cc747150
commit fcc04865f9
15 changed files with 344 additions and 83 deletions

View File

@@ -25,6 +25,11 @@ export const apiCrypto = {
export const clientSecret = ' 2E1TFEkR8YaOcLhp'
// 附件前缀
export const attachmentKey = 'lims_attachment'
// 公司部门重试请求头
export const COMPANY_DEPT_RETRY_HEADER = '__companyDeptRetried'
export const VISIT_COMPANY_STORAGE_KEY = 'visit-company-info'
export const VISIT_DEPT_STORAGE_KEY = 'visit-dept-info'
export default {
apiPath,
apiCrypto,