From 88d423ce3a1f624bc3b84b4c71ec06d8024da15b Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 07 九月 2024 16:09:25 +0800 Subject: [PATCH] 测试完成 --- src/api/AiCentre/Followup.js | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/src/api/AiCentre/Followup.js b/src/api/AiCentre/Followup.js index 6036c75..1a4ea01 100644 --- a/src/api/AiCentre/Followup.js +++ b/src/api/AiCentre/Followup.js @@ -1,6 +1,6 @@ import request from "@/utils/request"; -// 鏌ヨ闅忚妯$増鍒楄〃 +// 鏌ヨ闅忚妯℃澘鍒楄〃 export function getFollowuplist(data) { return request({ url: "/smartor/template/list", @@ -8,21 +8,21 @@ data: data, }); } -// 闅忚妯$増璇︽儏 +// 闅忚妯℃澘璇︽儏 export function Followupinfo(Id) { return request({ url: "/smartor/template/" + Id, method: "get", }); } -// 鍒犻櫎闅忚妯$増 +// 鍒犻櫎闅忚妯℃澘 export function delFollowupinfo(Id) { return request({ url: "/smartor/template/remove/" + Id, method: "get", }); } -// 鏂板鎴栦慨鏀归殢璁挎ā鐗� +// 鏂板鎴栦慨鏀归殢璁挎ā鏉� export function compileFollowup(data) { return request({ url: "/smartor/template/saveOrUpdateScript", @@ -30,7 +30,7 @@ data: data, }); } - // 鏌ヨ闅忚妯$増璇︽儏鍒楄〃 + // 鏌ヨ闅忚妯℃澘璇︽儏鍒楄〃 export function getvFollowup(data) { return request({ url: "/smartor/template/selectInfoByCondition", @@ -39,7 +39,7 @@ }); } - // 鏂板闅忚妯$増鍒嗙被鏍� + // 鏂板闅忚妯℃澘鍒嗙被鏍� export function addFollowupclassify(data) { return request({ url: "/smartor/templateassort/addtree", @@ -47,18 +47,26 @@ data: data, }); } - // 鍒犻櫎闅忚妯$増鍒嗙被 + // 鏂板闅忚妯℃澘鍒嗙被鏍� + export function editFollowupclassify(data) { + return request({ + url: "/smartor/templateassort/edit", + method: "post", + data: data, + }); + } + // 鍒犻櫎闅忚妯℃澘鍒嗙被 export function delFollowupclassify(Id) { return request({ url: "/smartor/templateassort/remove/" + Id, method: "get", }); } - // 鏌ヨ闅忚妯$増鍒嗙被鏍� + // 鏌ヨ闅忚妯℃澘鍒嗙被鏍� export function getFollowupclassify(data) { return request({ url: "/smartor/templateassort/selectIvrLibaTemplateAssortList", method: "post", data: data, }); - } \ No newline at end of file + } -- Gitblit v1.9.3