From 7cf85ad3023d84ac6f80cb535f629f37703bd5d6 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 23 四月 2024 10:36:42 +0800 Subject: [PATCH] 添加数据统计 --- src/api/user.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index c2fedaf..e50b681 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -94,6 +94,13 @@ }) } +export function delRecipientBatch(ids){ + return request({ + url:'/mesmanager/recipient/deletebatch/' + ids, + method: 'delete' + }) +} + // 获取同级领导 export function getLeaders(){ return request({ -- Gitblit v1.9.2