From 19fb7e7af8464bc88088d8bbc80c481752827994 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 04 八月 2025 14:31:19 +0800
Subject: [PATCH] fix: 修改底层

---
 src/views/System/ModuleManage.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/System/ModuleManage.vue b/src/views/System/ModuleManage.vue
index a0bedc2..9aa4d8c 100644
--- a/src/views/System/ModuleManage.vue
+++ b/src/views/System/ModuleManage.vue
@@ -95,7 +95,6 @@
   OperationBtnType,
   SearchInput,
 } from '@bole-core/components';
-import * as baseModuleServices from '@/services/api/BaseModule';
 import { ModuleUtils, TreeModuleDtoGroupDto, Message, TreeStore } from '@/utils';
 import { TableInstance } from 'element-plus';
 import { SubModuleType, SubModuleTitle, SubModuleKey, FastBtn, ModuleColumns } from '@/constants';
@@ -104,6 +103,7 @@
 import { useDebounceFn } from '@vueuse/core';
 import _ from 'lodash';
 import { useReset } from '@bole-core/core';
+
 defineOptions({
   name: 'ModuleManage',
 });

--
Gitblit v1.9.1