From 49fcdb7178dffc69769e2fb8cb6a03e204cb1e68 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 31 五月 2024 18:26:42 +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