fix: TableAction 批量删除 disabled 控制

pull/132/head
puhui999 2025-06-06 17:03:02 +08:00
parent ffdccfb19b
commit 95e7ffafe0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import type { Demo01ContactApi } from '#/api/infra/demo/demo01';
import { ref } from 'vue';
import { Page, useVbenModal } from '@vben/common-ui';
import {downloadFileFromBlobPart, isEmpty} from '@vben/utils';
import { downloadFileFromBlobPart, isEmpty } from '@vben/utils';
import { message } from 'ant-design-vue';