refactor: 移除已弃用的 commonDownloadExcel 方法

使用 useBlobExport 替代 commonDownloadExcel 方法,并更新相关文档。
This commit is contained in:
dap
2026-01-28 19:42:55 +08:00
parent 7b4d68a164
commit 9129026bcb
2 changed files with 1 additions and 144 deletions

View File

@@ -23,6 +23,7 @@
- Popconfirm不再需要 `:get-popup-container="getVxePopupContainer"` antd已经支持滚动跟随 故`getVxePopupContainer`已经移除
- 离线(菜单)图标方案重构 在`scripts/generate-offline-icons.js`添加图标名称 在根目录执行`pnpm generate-offline-icons`即可生成离线图标
- 表格上方搜索表单(或者需要调用formReset的场景) -> 时间相关组件必须设置`defaultValue``null`(区间时间组件需要设置为[null, null]的元组) **否则不会正常重置**
- 移除`commonDownloadExcel`方法 使用`useBlobExport`代替
## 已知问题