From aa3e4e0a6ea36ce897c97f8ccb0e54475a9435c8 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Mon, 23 Sep 2024 10:11:30 +0800
Subject: [PATCH] 任务页面修改默认为表格样式

---
 src/api/user.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/user.js b/src/api/user.js
index 30d06f9..37d8f12 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -171,3 +171,10 @@
       phone,
     },
   });
+
+export const getParentDeptInfo = params =>
+  request({
+    url: '/blade-system/dept/getParentDeptInfo',
+    method: 'get',
+    params: params,
+  });

--
Gitblit v1.9.3