From a85d70fa032f355baa9cafdb2b7350a19cd88741 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 03 六月 2024 15:30:24 +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