From 4a71c6beb268ba17ca472f45401c8ee97846e97e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 六月 2026 13:14:57 +0800
Subject: [PATCH] 项目多余功能删除
---
src/views/system/dept/data.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/system/dept/data.ts b/src/views/system/dept/data.ts
index 7e27a44..64693a2 100644
--- a/src/views/system/dept/data.ts
+++ b/src/views/system/dept/data.ts
@@ -3,9 +3,9 @@
import type { SystemDeptApi } from '#/api/system/dept';
import type { SystemUserApi } from '#/api/system/user';
-import { CommonStatusEnum, DICT_TYPE } from '..\..\..\packages\constants\src';
-import { getDictOptions } from '..\..\..\packages\effects\hooks\src';
-import { handleTree } from '..\..\..\packages\utils\src';
+import { CommonStatusEnum, DICT_TYPE } from '../../../packages/constants/src';
+import { getDictOptions } from '../../../packages/effects/hooks/src';
+import { handleTree } from '../../../packages/utils/src';
import { z } from '#/adapter/form';
import { getDeptList } from '#/api/system/dept';
--
Gitblit v1.9.3