From 1be7d1dc4426a005621ddb14c96960ca4280bed1 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 20 六月 2024 09:51:11 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/Followup.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/AiCentre/Followup.js b/src/api/AiCentre/Followup.js index 6036c75..e15db97 100644 --- a/src/api/AiCentre/Followup.js +++ b/src/api/AiCentre/Followup.js @@ -47,6 +47,14 @@ data: data, }); } + // 鏂板闅忚妯$増鍒嗙被鏍� + export function editFollowupclassify(data) { + return request({ + url: "/smartor/templateassort/edit", + method: "post", + data: data, + }); + } // 鍒犻櫎闅忚妯$増鍒嗙被 export function delFollowupclassify(Id) { return request({ -- Gitblit v1.9.3