From 75f1a2d080173f89ebebe80f4f8f2fe3e0c5fe5b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 05 六月 2024 14:31:28 +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