From b1c351f8a0d16008524d4f17bb1948f836f5a7b0 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 28 十一月 2024 17:02:47 +0800 Subject: [PATCH] 项目库增改 --- src/api/system/dept.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/api/system/dept.js b/src/api/system/dept.js index fc943cd..0c4e4b6 100644 --- a/src/api/system/dept.js +++ b/src/api/system/dept.js @@ -49,4 +49,13 @@ url: '/system/dept/' + deptId, method: 'delete' }) -} \ No newline at end of file +} + +// 鏌ヨ瀹℃壒绔儴闂� +export function approvalList(query) { + return request({ + url: '/system/dept/approvalList', + method: 'get', + params: query + }) +} -- Gitblit v1.8.0