fix: 【antd】修复添加批量删除时产生的副作用

This commit is contained in:
puhui999
2025-06-15 21:09:40 +08:00
parent 2939c2e4f5
commit 0d411310fe
16 changed files with 281 additions and 315 deletions

View File

@@ -268,7 +268,6 @@ export function useFormSchema(): VbenFormSchema[] {
/** 列表的字段 */
export function useGridColumns(): VxeTableGridOptions<SystemMenuApi.Menu>['columns'] {
return [
{ type: 'checkbox', width: 40 },
{
field: 'name',
title: '菜单名称',