WXL
2024-06-02 628fd01beea81bac2f0299472d528860ae07cf3f
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({