fix: 字典项为空时getDict方法无限调用接口((无奈兼容 不给字典item本来就是错误用法))

This commit is contained in:
dap
2024-12-11 22:12:13 +08:00
parent 7577f17dd9
commit 6183d22b20
2 changed files with 20 additions and 2 deletions

View File

@@ -4,6 +4,10 @@
- 通用的vxe-table排序事件(排序逻辑改为在排序事件中处理而非在api处理)
**BUG FIXES**
- 字典项为空时getDict方法无限调用接口((无奈兼容 不给字典item本来就是错误用法))
# 1.1.3
**REFACTOR**