WXL
2024-07-31 8ec6407cf76c1f8d7e08e5456018aaafc93f0556
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({