From aa055fac8e928e10a70e2089353dc1b67d435576 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 03 九月 2024 11:37:22 +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