From 3eb958006caf355ecf2bf07a07adb4db1346a13a Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 7 Jan 2026 14:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=94=A8=E6=88=B7deptId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/basic/basic.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/api/basic/basic.js b/src/api/basic/basic.js index 886b2add..56163b43 100644 --- a/src/api/basic/basic.js +++ b/src/api/basic/basic.js @@ -404,4 +404,13 @@ export function combineAgreementApi(data) { method: 'post', data }) +} + +// 获取用户dept_id +export function getUserDeptIdApi(query) { + return request({ + url: '/material/ma_type/getUserDeptId', + method: 'get', + params: query + }) } \ No newline at end of file