From acf78f6ef785df7f5fa15d1ee0fc62c0bbbe74f6 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期五, 29 十一月 2024 02:37:42 +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