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({