From 29e0d0437ec70a32b049d070cd368d9602036c1c Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Fri, 16 Jan 2026 09:30:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor(views):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84getVxePopupContainer=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=92=8C=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理工作流分类、系统字典类型和数据视图中的冗余代码,移除不再需要的getVxePopupContainer工具函数导入及其相关属性配置 --- apps/web-antd/src/views/system/dict/data/index.vue | 6 +----- apps/web-antd/src/views/system/dict/type/index.vue | 6 +----- apps/web-antd/src/views/workflow/category/index.vue | 2 -- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/apps/web-antd/src/views/system/dict/data/index.vue b/apps/web-antd/src/views/system/dict/data/index.vue index 8d2628cc..fedc0909 100644 --- a/apps/web-antd/src/views/system/dict/data/index.vue +++ b/apps/web-antd/src/views/system/dict/data/index.vue @@ -8,7 +8,6 @@ import type { DictData } from '#/api/system/dict/dict-data-model'; import { ref } from 'vue'; import { useVbenDrawer } from '@vben/common-ui'; -import { getVxePopupContainer } from '@vben/utils'; import { Modal, Popconfirm, Space } from 'antdv-next'; @@ -125,7 +124,7 @@ emitter.on('rowClick', async (value) => {