fix: 【antd】修复添加批量删除时产生的副作用
This commit is contained in:
@@ -268,7 +268,6 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
/** 列表的字段 */
|
||||
export function useGridColumns(): VxeTableGridOptions<SystemMenuApi.Menu>['columns'] {
|
||||
return [
|
||||
{ type: 'checkbox', width: 40 },
|
||||
{
|
||||
field: 'name',
|
||||
title: '菜单名称',
|
||||
|
||||
Reference in New Issue
Block a user