From bfc5bb8f5947637fc587d1f4e144f76770a4fe91 Mon Sep 17 00:00:00 2001
From: lonewolfyx <877085893@qq.com>
Date: Sat, 7 Feb 2026 16:26:31 +0800
Subject: [PATCH] =?UTF-8?q?feat(dept):=20=E6=B7=BB=E5=8A=A0=E9=83=A8?=
=?UTF-8?q?=E9=97=A8=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3=E5=92=8C=E5=A4=A7?=
=?UTF-8?q?=E5=8C=BA=E9=80=89=E6=8B=A9=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/dept.js | 8 ++++++++
components/LargeArea/LargeArea.vue | 33 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 api/dept.js
create mode 100644 components/LargeArea/LargeArea.vue
diff --git a/api/dept.js b/api/dept.js
new file mode 100644
index 0000000..0bcbf18
--- /dev/null
+++ b/api/dept.js
@@ -0,0 +1,8 @@
+import request from "../utils/request";
+
+export const getDeptList = () => {
+ return request({
+ method: 'get',
+ url: '/system/dept/list',
+ })
+}
\ No newline at end of file
diff --git a/components/LargeArea/LargeArea.vue b/components/LargeArea/LargeArea.vue
new file mode 100644
index 0000000..7996fc0
--- /dev/null
+++ b/components/LargeArea/LargeArea.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
\ No newline at end of file