From c84ef9cfd023022fc985b99220eac8dedeb0db19 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Mon, 25 Mar 2024 18:43:05 +0800
Subject: [PATCH] 宣传材料隐藏批量删除
---
src/api/system/user.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index b58f2d4..91dfe34 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -137,4 +137,14 @@
districtId,
}
})
+}
+
+export const getUserlnfoByDistrictlds = (districtIds) => {
+ return request({
+ url: '/api/blade-system/user/getUserInfoByDistrictIds',
+ method: 'get',
+ params: {
+ districtIds,
+ }
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3