From 1b939cab18d187632a9cab3ff37074e789994b0f Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Mon, 19 Aug 2024 10:31:19 +0800
Subject: [PATCH] 用户新增修改机构查询调整

---
 src/api/system/dept.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/system/dept.js b/src/api/system/dept.js
index ba96954..c3d378a 100644
--- a/src/api/system/dept.js
+++ b/src/api/system/dept.js
@@ -61,7 +61,7 @@
 
 export const getDeptTree = tenantId => {
   return request({
-    url: '/blade-system/dept/tree',
+    url: '/blade-system/dept/getTree',
     method: 'get',
     params: {
       tenantId,

--
Gitblit v1.9.3