From 92edb806d39c94f0cbb27cc71ec1806468925e8c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 22 二月 2025 17:23:21 +0800
Subject: [PATCH] 项目增加招商引资字段、去除项目产业政策符合情况tab

---
 src/api/system/user.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 3200d46..5cf1ab2 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -160,3 +160,11 @@
     method: 'get'
   })
 }
+
+// 鏌ヨ閮ㄩ棬涓嬩汉鍛�
+export function getByDept(deptId) {
+  return request({
+    url: '/system/user/getByDept/'+deptId,
+    method: 'get'
+  })
+}

--
Gitblit v1.8.0