releases 4.3.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table",
|
||||
"version": "4.3.11-beta.4",
|
||||
"version": "4.3.11",
|
||||
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器等...",
|
||||
"scripts": {
|
||||
"update": "npm install --legacy-peer-deps",
|
||||
|
||||
@@ -998,11 +998,9 @@ const tableExportHook: VxeGlobalHooksHandles.HookOptions = {
|
||||
visible: true
|
||||
})
|
||||
// 默认参数
|
||||
if (!initStore.export) {
|
||||
Object.assign(exportParams, {
|
||||
mode: selectRecords.length ? 'selected' : 'current'
|
||||
}, defOpts)
|
||||
}
|
||||
Object.assign(exportParams, {
|
||||
mode: selectRecords.length ? 'selected' : 'current'
|
||||
}, defOpts)
|
||||
if (modes.indexOf(exportParams.mode) === -1) {
|
||||
exportParams.mode = modes[0]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user