Commit Graph

7 Commits (bd08aa9da99868936a78f4c058c1d3b0b7765949)

Author SHA1 Message Date
LiuJiaNan bd08aa9da9 refactor(utils): 提取缓存逻辑到通用工具函数
- 在 utils 中新增 executeWithCache 函数用于统一缓存处理
- 将 Dictionary Cascader 组件中的全局缓存逻辑替换为新工具函数
- 将 Department LeftTree 组件中的全局缓存逻辑替换为新工具函数
- 将 Dictionary LeftTree 组件中的全局缓存逻辑替换为新工具函数
- 将 Dictionary Select 组件中的全局缓存逻辑替换为新工具函数
- 将 Personnel Select 组件中的全局缓存逻辑替换为新工具函数
- 将 Department SelectTree 组件中的全局缓存逻辑替换为新工具函数
- 将 Dictionary SelectTree 组件中的全局缓存逻辑替换为新工具函数
- 移除各组件中的重复缓存实现代码
- 为新工具函数添加类型定义支持
2026-05-07 15:00:41 +08:00
LiuJiaNan 85cb7bf0de feat(utils): 优化validatorEndTime和validatorTimeGTCurrentDay,新增validatorTimeGECurrentDay 2026-04-15 16:13:58 +08:00
LiuJiaNan 0e2cee6840 feat(utils): 优化validatorEndTime 2026-04-15 15:42:28 +08:00
LiuJiaNan c4260661fb feat(utils): 优化validatorEndTime和validatorTimeGTCurrentDay 2026-04-15 15:35:17 +08:00
LiuJiaNan a556fe8ae4 新增getFileUrlFromServer方法 2026-02-27 14:49:19 +08:00
LiuJiaNan f74290bdda 将getSelectAppointItemList重命名getMatchedItems
新增getUnmatchedItems
2025-12-30 15:32:17 +08:00
LiuJiaNan 69f83b0adc 发布npm之前增加打包工具构建 2025-12-25 14:30:17 +08:00