refactor(views): 移除未使用的getVxePopupContainer导入和属性

清理工作流分类、系统字典类型和数据视图中的冗余代码,移除不再需要的getVxePopupContainer工具函数导入及其相关属性配置
This commit is contained in:
dap
2026-01-16 09:30:00 +08:00
parent fbd5b64345
commit 29e0d0437e
3 changed files with 2 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ import type { VxeGridProps } from '#/adapter/vxe-table';
import { nextTick } from 'vue';
import { Page, useVbenModal } from '@vben/common-ui';
import { getVxePopupContainer } from '@vben/utils';
import { Popconfirm, Space } from 'antdv-next';
@@ -136,7 +135,6 @@ function collapseAll() {
{{ $t('pages.common.add') }}
</ghost-button>
<Popconfirm
placement="left"
title="确认删除?"
@confirm="handleDelete(row)"