From 01e44b15a242ea6d47d62c5dc03c128b80930f7a Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 03 Jun 2025 10:51:58 +0800
Subject: [PATCH] feat:任务管理-历史任务详情弹框适配
---
src/api/user.js | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/api/user.js b/src/api/user.js
index 83dd50f..37d8f12 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -17,7 +17,7 @@
tenantId,
username,
password,
- grant_type: website.captchaMode ? 'captcha' : 'password',
+ grant_type: 'password',
scope: 'all',
type,
},
@@ -171,3 +171,10 @@
phone,
},
});
+
+export const getParentDeptInfo = params =>
+ request({
+ url: '/blade-system/dept/getParentDeptInfo',
+ method: 'get',
+ params: params,
+ });
--
Gitblit v1.9.3