From 2a79cb1757da192b8a302d45d527b2b083f30bc3 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 24 六月 2021 11:36:18 +0800 Subject: [PATCH] 标记编辑时回显 --- src/api/user.ts | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/api/user.ts b/src/api/user.ts index 13afcab..58be30b 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -64,3 +64,10 @@ }); }; +export const deleteUser = (params: any) => { + return request({ + url: "/data/api-u/users/delUser", + method: "post", + data: params + }); +}; -- Gitblit v1.8.0